summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32
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
commit291f6b7223929bb05584d58eda5a154448f6af15 (patch)
treecab40eccdd3e13dc0a02632079275d05f0d499f2 /llvm/lib/System/Win32
parent08d66b4e109d4c85334a1589ebdb1640c6acc854 (diff)
downloadbcm5719-llvm-291f6b7223929bb05584d58eda5a154448f6af15.tar.gz
bcm5719-llvm-291f6b7223929bb05584d58eda5a154448f6af15.zip
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
llvm-svn: 21704
Diffstat (limited to 'llvm/lib/System/Win32')
-rw-r--r--llvm/lib/System/Win32/DynamicLibrary.inc1
-rw-r--r--llvm/lib/System/Win32/MappedFile.inc1
-rw-r--r--llvm/lib/System/Win32/Memory.inc1
-rw-r--r--llvm/lib/System/Win32/Path.inc1
-rw-r--r--llvm/lib/System/Win32/Process.inc1
-rw-r--r--llvm/lib/System/Win32/Program.inc1
-rw-r--r--llvm/lib/System/Win32/Signals.inc1
-rw-r--r--llvm/lib/System/Win32/TimeValue.inc1
8 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/System/Win32/DynamicLibrary.inc b/llvm/lib/System/Win32/DynamicLibrary.inc
index 24b63cca714..12ea8ec4fb2 100644
--- a/llvm/lib/System/Win32/DynamicLibrary.inc
+++ b/llvm/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/llvm/lib/System/Win32/MappedFile.inc b/llvm/lib/System/Win32/MappedFile.inc
index 982a3b23900..e7963c6b6a4 100644
--- a/llvm/lib/System/Win32/MappedFile.inc
+++ b/llvm/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/llvm/lib/System/Win32/Memory.inc b/llvm/lib/System/Win32/Memory.inc
index f7b05abe037..9ebef6a71a3 100644
--- a/llvm/lib/System/Win32/Memory.inc
+++ b/llvm/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/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc
index cc6678f3a68..d3c85916182 100644
--- a/llvm/lib/System/Win32/Path.inc
+++ b/llvm/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/llvm/lib/System/Win32/Process.inc b/llvm/lib/System/Win32/Process.inc
index 278ed17d764..5b090da3c2e 100644
--- a/llvm/lib/System/Win32/Process.inc
+++ b/llvm/lib/System/Win32/Process.inc
@@ -126,4 +126,3 @@ bool Process::StandardErrIsDisplayed() {
}
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/llvm/lib/System/Win32/Program.inc b/llvm/lib/System/Win32/Program.inc
index 0c1b680e4f1..6519ca50690 100644
--- a/llvm/lib/System/Win32/Program.inc
+++ b/llvm/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/llvm/lib/System/Win32/Signals.inc b/llvm/lib/System/Win32/Signals.inc
index 55e2d2d6a5c..2d35628edc3 100644
--- a/llvm/lib/System/Win32/Signals.inc
+++ b/llvm/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/llvm/lib/System/Win32/TimeValue.inc b/llvm/lib/System/Win32/TimeValue.inc
index 01f74848b80..ce2eb8d1f12 100644
--- a/llvm/lib/System/Win32/TimeValue.inc
+++ b/llvm/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
}
OpenPOWER on IntegriCloud