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 /include/llvm | |
parent | e25bc8c9571ed49c0a2d6b647a56679623f325a5 (diff) | |
download | external_llvm-6b8a63ae583b53a942dca7c681f4cf161c90d35e.zip external_llvm-6b8a63ae583b53a942dca7c681f4cf161c90d35e.tar.gz external_llvm-6b8a63ae583b53a942dca7c681f4cf161c90d35e.tar.bz2 |
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 'include/llvm')
-rw-r--r-- | include/llvm/Bytecode/BytecodeHandler.h | 1 | ||||
-rw-r--r-- | include/llvm/System/MappedFile.h | 1 | ||||
-rw-r--r-- | include/llvm/System/Memory.h | 1 | ||||
-rw-r--r-- | include/llvm/System/Path.h | 1 | ||||
-rw-r--r-- | include/llvm/System/Process.h | 1 | ||||
-rw-r--r-- | include/llvm/System/Program.h | 1 | ||||
-rw-r--r-- | include/llvm/System/TimeValue.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h index c12ac09..c693380 100644 --- a/include/llvm/Bytecode/BytecodeHandler.h +++ b/include/llvm/Bytecode/BytecodeHandler.h @@ -321,5 +321,4 @@ public: }; } -// vim: sw=2 ai #endif diff --git a/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h index decc894..6092de6 100644 --- a/include/llvm/System/MappedFile.h +++ b/include/llvm/System/MappedFile.h @@ -152,6 +152,5 @@ namespace sys { } } -// vim: sw=2 #endif diff --git a/include/llvm/System/Memory.h b/include/llvm/System/Memory.h index 7377593..305ec68 100644 --- a/include/llvm/System/Memory.h +++ b/include/llvm/System/Memory.h @@ -59,6 +59,5 @@ namespace sys { } } -// vim: sw=2 #endif diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 850d3218..dc7e324 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -602,6 +602,5 @@ inline std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath) { } -// vim: sw=2 #endif diff --git a/include/llvm/System/Process.h b/include/llvm/System/Process.h index cef3252..08a20ed 100644 --- a/include/llvm/System/Process.h +++ b/include/llvm/System/Process.h @@ -99,6 +99,5 @@ namespace sys { } } -// vim: sw=2 #endif diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h index a0e0f8c..8ac421b 100644 --- a/include/llvm/System/Program.h +++ b/include/llvm/System/Program.h @@ -77,6 +77,5 @@ namespace sys { } } -// vim: sw=2 #endif diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 45f5306..47f79ce 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -380,5 +380,4 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) { } } -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab #endif |