diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-05-05 22:33:09 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-05-05 22:33:09 +0000 |
commit | 6b8a63ae583b53a942dca7c681f4cf161c90d35e (patch) | |
tree | d391a9de63586bbc13cde90800b41893788c8bce /lib/System | |
parent | e25bc8c9571ed49c0a2d6b647a56679623f325a5 (diff) | |
download | external_llvm-6b8a63ae583b53a942dca7c681f4cf161c90d35e.tar.gz external_llvm-6b8a63ae583b53a942dca7c681f4cf161c90d35e.tar.bz2 external_llvm-6b8a63ae583b53a942dca7c681f4cf161c90d35e.zip |
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/MappedFile.cpp | 1 | ||||
-rw-r--r-- | lib/System/Memory.cpp | 1 | ||||
-rw-r--r-- | lib/System/Path.cpp | 1 | ||||
-rw-r--r-- | lib/System/Process.cpp | 1 | ||||
-rw-r--r-- | lib/System/Program.cpp | 1 | ||||
-rw-r--r-- | lib/System/Signals.cpp | 1 | ||||
-rw-r--r-- | lib/System/TimeValue.cpp | 1 | ||||
-rw-r--r-- | lib/System/Unix/MappedFile.inc | 1 | ||||
-rw-r--r-- | lib/System/Unix/Memory.inc | 1 | ||||
-rw-r--r-- | lib/System/Unix/Path.inc | 1 | ||||
-rw-r--r-- | lib/System/Unix/Process.inc | 1 | ||||
-rw-r--r-- | lib/System/Unix/Program.inc | 1 | ||||
-rw-r--r-- | lib/System/Unix/SUS/Process.cpp | 1 | ||||
-rw-r--r-- | lib/System/Unix/Signals.inc | 1 | ||||
-rw-r--r-- | lib/System/Unix/TimeValue.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/DynamicLibrary.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/MappedFile.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/Memory.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/Path.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/Process.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/Program.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/Signals.inc | 1 | ||||
-rw-r--r-- | lib/System/Win32/TimeValue.inc | 1 |
23 files changed, 0 insertions, 23 deletions
diff --git a/lib/System/MappedFile.cpp b/lib/System/MappedFile.cpp index 1470fbb518..a91a623d77 100644 --- a/lib/System/MappedFile.cpp +++ b/lib/System/MappedFile.cpp @@ -32,4 +32,3 @@ using namespace sys; #include "Win32/MappedFile.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Memory.cpp b/lib/System/Memory.cpp index 2ec5666ced..e951e3c26a 100644 --- a/lib/System/Memory.cpp +++ b/lib/System/Memory.cpp @@ -33,4 +33,3 @@ using namespace sys; #include "Win32/Memory.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp index 8ac23088a8..34cbd6d69b 100644 --- a/lib/System/Path.cpp +++ b/lib/System/Path.cpp @@ -107,4 +107,3 @@ Path::GetDLLSuffix() { #include "Win32/Path.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp index c826e5e1f7..644a81e1a9 100644 --- a/lib/System/Process.cpp +++ b/lib/System/Process.cpp @@ -32,4 +32,3 @@ using namespace sys; #include "Win32/Process.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Program.cpp b/lib/System/Program.cpp index abe6e189d2..22c38e2657 100644 --- a/lib/System/Program.cpp +++ b/lib/System/Program.cpp @@ -32,4 +32,3 @@ using namespace sys; #include "Win32/Program.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Signals.cpp b/lib/System/Signals.cpp index 28f70289b5..2d0de9b930 100644 --- a/lib/System/Signals.cpp +++ b/lib/System/Signals.cpp @@ -33,4 +33,3 @@ using namespace sys; #include "Win32/Signals.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/TimeValue.cpp b/lib/System/TimeValue.cpp index 587e4440fd..227d67701e 100644 --- a/lib/System/TimeValue.cpp +++ b/lib/System/TimeValue.cpp @@ -56,4 +56,3 @@ TimeValue::normalize( void ) { #include "Win32/TimeValue.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/MappedFile.inc b/lib/System/Unix/MappedFile.inc index 409cea7e82..508d4235c4 100644 --- a/lib/System/Unix/MappedFile.inc +++ b/lib/System/Unix/MappedFile.inc @@ -152,4 +152,3 @@ void MappedFile::size(size_t new_size) { } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/Memory.inc b/lib/System/Unix/Memory.inc index 370b318955..a89fd22d2e 100644 --- a/lib/System/Unix/Memory.inc +++ b/lib/System/Unix/Memory.inc @@ -67,4 +67,3 @@ void Memory::ReleaseRWX(MemoryBlock& M) { } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/Path.inc b/lib/System/Unix/Path.inc index 1c8ac99b6a..21da4ad97f 100644 --- a/lib/System/Unix/Path.inc +++ b/lib/System/Unix/Path.inc @@ -758,4 +758,3 @@ Path::makeUnique(bool reuse_current) { } } -// vim: sw=2 diff --git a/lib/System/Unix/Process.inc b/lib/System/Unix/Process.inc index 2f17e712fe..e5a93786aa 100644 --- a/lib/System/Unix/Process.inc +++ b/lib/System/Unix/Process.inc @@ -157,4 +157,3 @@ bool Process::StandardErrIsDisplayed() { } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/Program.inc b/lib/System/Unix/Program.inc index 94091e2ca3..de5ae7f197 100644 --- a/lib/System/Unix/Program.inc +++ b/lib/System/Unix/Program.inc @@ -223,4 +223,3 @@ Program::ExecuteAndWait(const Path& path, } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/SUS/Process.cpp b/lib/System/Unix/SUS/Process.cpp index 36d475313c..fb462b4a8b 100644 --- a/lib/System/Unix/SUS/Process.cpp +++ b/lib/System/Unix/SUS/Process.cpp @@ -28,4 +28,3 @@ Process::GetPageSize() { } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/Signals.inc b/lib/System/Unix/Signals.inc index 3e49cb71ff..d02d2007c5 100644 --- a/lib/System/Unix/Signals.inc +++ b/lib/System/Unix/Signals.inc @@ -167,4 +167,3 @@ void sys::PrintStackTraceOnErrorSignal() { } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/TimeValue.inc b/lib/System/Unix/TimeValue.inc index 83d76d202c..1df9e3b31b 100644 --- a/lib/System/Unix/TimeValue.inc +++ b/lib/System/Unix/TimeValue.inc @@ -48,4 +48,3 @@ TimeValue TimeValue::now() { } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc index 24b63cca71..12ea8ec4fb 100644 --- a/lib/System/Win32/DynamicLibrary.inc +++ b/lib/System/Win32/DynamicLibrary.inc @@ -124,4 +124,3 @@ void *DynamicLibrary::GetAddressOfSymbol(const char *symbolName) { } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/MappedFile.inc b/lib/System/Win32/MappedFile.inc index 982a3b2390..e7963c6b6a 100644 --- a/lib/System/Win32/MappedFile.inc +++ b/lib/System/Win32/MappedFile.inc @@ -129,4 +129,3 @@ void MappedFile::size(size_t new_size) { } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/Memory.inc b/lib/System/Win32/Memory.inc index f7b05abe03..9ebef6a71a 100644 --- a/lib/System/Win32/Memory.inc +++ b/lib/System/Win32/Memory.inc @@ -50,4 +50,3 @@ void Memory::ReleaseRWX(MemoryBlock& M) { } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index cc6678f3a6..d3c8591618 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -780,5 +780,4 @@ Path::createTemporaryFile(bool reuse_current) { } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/Process.inc b/lib/System/Win32/Process.inc index 278ed17d76..5b090da3c2 100644 --- a/lib/System/Win32/Process.inc +++ b/lib/System/Win32/Process.inc @@ -126,4 +126,3 @@ bool Process::StandardErrIsDisplayed() { } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/Program.inc b/lib/System/Win32/Program.inc index 0c1b680e4f..6519ca5069 100644 --- a/lib/System/Win32/Program.inc +++ b/lib/System/Win32/Program.inc @@ -219,4 +219,3 @@ Program::ExecuteAndWait(const Path& path, } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/Signals.inc b/lib/System/Win32/Signals.inc index 55e2d2d6a5..2d35628edc 100644 --- a/lib/System/Win32/Signals.inc +++ b/lib/System/Win32/Signals.inc @@ -236,4 +236,3 @@ static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) { return FALSE; } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Win32/TimeValue.inc b/lib/System/Win32/TimeValue.inc index 01f74848b8..ce2eb8d1f1 100644 --- a/lib/System/Win32/TimeValue.inc +++ b/lib/System/Win32/TimeValue.inc @@ -47,6 +47,5 @@ std::string TimeValue::toString() const { return std::string(buffer); } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab } |