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
This commit is contained in:
Misha Brukman 2005-05-05 22:33:09 +00:00
parent e25bc8c957
commit 6b8a63ae58
37 changed files with 0 additions and 37 deletions

View File

@ -321,5 +321,4 @@ public:
};
}
// vim: sw=2 ai
#endif

View File

@ -152,6 +152,5 @@ namespace sys {
}
}
// vim: sw=2
#endif

View File

@ -59,6 +59,5 @@ namespace sys {
}
}
// vim: sw=2
#endif

View File

@ -602,6 +602,5 @@ inline std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath) {
}
// vim: sw=2
#endif

View File

@ -99,6 +99,5 @@ namespace sys {
}
}
// vim: sw=2
#endif

View File

@ -77,6 +77,5 @@ namespace sys {
}
}
// vim: sw=2
#endif

View File

@ -380,5 +380,4 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
#endif

View File

@ -155,4 +155,3 @@ Archive::~Archive() {
}
}
// vim: sw=2 ai

View File

@ -155,4 +155,3 @@ Archive::~Archive() {
}
}
// vim: sw=2 ai

View File

@ -731,4 +731,3 @@ BytecodeHandler* createBytecodeAnalyzerHandler(BytecodeAnalysis& bca,
}
// vim: sw=2

View File

@ -2262,4 +2262,3 @@ void BytecodeReader::ParseBytecode(BufPtr Buf, unsigned Length,
BytecodeHandler::~BytecodeHandler() {}
// vim: sw=2

View File

@ -391,4 +391,3 @@ llvm::GetBytecodeSymbols(const unsigned char*Buffer, unsigned Length,
}
return 0;
}
// vim: sw=2 ai

View File

@ -866,4 +866,3 @@ int SlotCalculator::doInsertType(const Type *Ty) {
return (int)DestSlot;
}
// vim: sw=2 ai

View File

@ -1142,4 +1142,3 @@ void llvm::WriteBytecodeToFile(const Module *M, std::ostream &Out,
Out.flush();
}
// vim: sw=2 ai

View File

@ -32,4 +32,3 @@ using namespace sys;
#include "Win32/MappedFile.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -33,4 +33,3 @@ using namespace sys;
#include "Win32/Memory.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -107,4 +107,3 @@ Path::GetDLLSuffix() {
#include "Win32/Path.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -32,4 +32,3 @@ using namespace sys;
#include "Win32/Process.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -32,4 +32,3 @@ using namespace sys;
#include "Win32/Program.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -33,4 +33,3 @@ using namespace sys;
#include "Win32/Signals.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -56,4 +56,3 @@ TimeValue::normalize( void ) {
#include "Win32/TimeValue.inc"
#endif
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -152,4 +152,3 @@ void MappedFile::size(size_t new_size) {
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -67,4 +67,3 @@ void Memory::ReleaseRWX(MemoryBlock& M) {
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -758,4 +758,3 @@ Path::makeUnique(bool reuse_current) {
}
}
// vim: sw=2

View File

@ -157,4 +157,3 @@ bool Process::StandardErrIsDisplayed() {
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -223,4 +223,3 @@ Program::ExecuteAndWait(const Path& path,
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -28,4 +28,3 @@ Process::GetPageSize() {
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -167,4 +167,3 @@ void sys::PrintStackTraceOnErrorSignal() {
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -48,4 +48,3 @@ TimeValue TimeValue::now() {
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -124,4 +124,3 @@ void *DynamicLibrary::GetAddressOfSymbol(const char *symbolName) {
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -129,4 +129,3 @@ void MappedFile::size(size_t new_size) {
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -50,4 +50,3 @@ void Memory::ReleaseRWX(MemoryBlock& M) {
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -780,5 +780,4 @@ Path::createTemporaryFile(bool reuse_current) {
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -126,4 +126,3 @@ bool Process::StandardErrIsDisplayed() {
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -219,4 +219,3 @@ Program::ExecuteAndWait(const Path& path,
}
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -236,4 +236,3 @@ static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
return FALSE;
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab

View File

@ -47,6 +47,5 @@ std::string TimeValue::toString() const {
return std::string(buffer);
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
}