aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-05-05 22:33:09 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-05-05 22:33:09 +0000
commit6b8a63ae583b53a942dca7c681f4cf161c90d35e (patch)
treed391a9de63586bbc13cde90800b41893788c8bce
parente25bc8c9571ed49c0a2d6b647a56679623f325a5 (diff)
downloadexternal_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
-rw-r--r--include/llvm/Bytecode/BytecodeHandler.h1
-rw-r--r--include/llvm/System/MappedFile.h1
-rw-r--r--include/llvm/System/Memory.h1
-rw-r--r--include/llvm/System/Path.h1
-rw-r--r--include/llvm/System/Process.h1
-rw-r--r--include/llvm/System/Program.h1
-rw-r--r--include/llvm/System/TimeValue.h1
-rw-r--r--lib/Archive/Archive.cpp1
-rw-r--r--lib/Bytecode/Archive/Archive.cpp1
-rw-r--r--lib/Bytecode/Reader/Analyzer.cpp1
-rw-r--r--lib/Bytecode/Reader/Reader.cpp1
-rw-r--r--lib/Bytecode/Reader/ReaderWrappers.cpp1
-rw-r--r--lib/Bytecode/Writer/SlotCalculator.cpp1
-rw-r--r--lib/Bytecode/Writer/Writer.cpp1
-rw-r--r--lib/System/MappedFile.cpp1
-rw-r--r--lib/System/Memory.cpp1
-rw-r--r--lib/System/Path.cpp1
-rw-r--r--lib/System/Process.cpp1
-rw-r--r--lib/System/Program.cpp1
-rw-r--r--lib/System/Signals.cpp1
-rw-r--r--lib/System/TimeValue.cpp1
-rw-r--r--lib/System/Unix/MappedFile.inc1
-rw-r--r--lib/System/Unix/Memory.inc1
-rw-r--r--lib/System/Unix/Path.inc1
-rw-r--r--lib/System/Unix/Process.inc1
-rw-r--r--lib/System/Unix/Program.inc1
-rw-r--r--lib/System/Unix/SUS/Process.cpp1
-rw-r--r--lib/System/Unix/Signals.inc1
-rw-r--r--lib/System/Unix/TimeValue.inc1
-rw-r--r--lib/System/Win32/DynamicLibrary.inc1
-rw-r--r--lib/System/Win32/MappedFile.inc1
-rw-r--r--lib/System/Win32/Memory.inc1
-rw-r--r--lib/System/Win32/Path.inc1
-rw-r--r--lib/System/Win32/Process.inc1
-rw-r--r--lib/System/Win32/Program.inc1
-rw-r--r--lib/System/Win32/Signals.inc1
-rw-r--r--lib/System/Win32/TimeValue.inc1
37 files changed, 0 insertions, 37 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
diff --git a/lib/Archive/Archive.cpp b/lib/Archive/Archive.cpp
index 8f3850c..c2a80eb 100644
--- a/lib/Archive/Archive.cpp
+++ b/lib/Archive/Archive.cpp
@@ -155,4 +155,3 @@ Archive::~Archive() {
}
}
-// vim: sw=2 ai
diff --git a/lib/Bytecode/Archive/Archive.cpp b/lib/Bytecode/Archive/Archive.cpp
index 8f3850c..c2a80eb 100644
--- a/lib/Bytecode/Archive/Archive.cpp
+++ b/lib/Bytecode/Archive/Archive.cpp
@@ -155,4 +155,3 @@ Archive::~Archive() {
}
}
-// vim: sw=2 ai
diff --git a/lib/Bytecode/Reader/Analyzer.cpp b/lib/Bytecode/Reader/Analyzer.cpp
index 63fdfb9..4990761 100644
--- a/lib/Bytecode/Reader/Analyzer.cpp
+++ b/lib/Bytecode/Reader/Analyzer.cpp
@@ -731,4 +731,3 @@ BytecodeHandler* createBytecodeAnalyzerHandler(BytecodeAnalysis& bca,
}
-// vim: sw=2
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp
index 75460c6..82a73fa 100644
--- a/lib/Bytecode/Reader/Reader.cpp
+++ b/lib/Bytecode/Reader/Reader.cpp
@@ -2262,4 +2262,3 @@ void BytecodeReader::ParseBytecode(BufPtr Buf, unsigned Length,
BytecodeHandler::~BytecodeHandler() {}
-// vim: sw=2
diff --git a/lib/Bytecode/Reader/ReaderWrappers.cpp b/lib/Bytecode/Reader/ReaderWrappers.cpp
index 81e3416..faf5019 100644
--- a/lib/Bytecode/Reader/ReaderWrappers.cpp
+++ b/lib/Bytecode/Reader/ReaderWrappers.cpp
@@ -391,4 +391,3 @@ llvm::GetBytecodeSymbols(const unsigned char*Buffer, unsigned Length,
}
return 0;
}
-// vim: sw=2 ai
diff --git a/lib/Bytecode/Writer/SlotCalculator.cpp b/lib/Bytecode/Writer/SlotCalculator.cpp
index c051e31..fbeb50c 100644
--- a/lib/Bytecode/Writer/SlotCalculator.cpp
+++ b/lib/Bytecode/Writer/SlotCalculator.cpp
@@ -866,4 +866,3 @@ int SlotCalculator::doInsertType(const Type *Ty) {
return (int)DestSlot;
}
-// vim: sw=2 ai
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp
index d4f231b..f6d09c8 100644
--- a/lib/Bytecode/Writer/Writer.cpp
+++ b/lib/Bytecode/Writer/Writer.cpp
@@ -1142,4 +1142,3 @@ void llvm::WriteBytecodeToFile(const Module *M, std::ostream &Out,
Out.flush();
}
-// vim: sw=2 ai
diff --git a/lib/System/MappedFile.cpp b/lib/System/MappedFile.cpp
index 1470fbb..a91a623 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 2ec5666..e951e3c 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 8ac2308..34cbd6d 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 c826e5e..644a81e 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 abe6e18..22c38e2 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 28f7028..2d0de9b 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 587e444..227d677 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 409cea7..508d423 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 370b318..a89fd22 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 1c8ac99..21da4ad 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 2f17e71..e5a9378 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 94091e2..de5ae7f 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 36d4753..fb462b4 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 3e49cb7..d02d200 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 83d76d2..1df9e3b 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 24b63cc..12ea8ec 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 982a3b2..e7963c6 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 f7b05ab..9ebef6a 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 cc6678f..d3c8591 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 278ed17..5b090da 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 0c1b680..6519ca5 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 55e2d2d..2d35628 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 01f7484..ce2eb8d 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
}