aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
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 /include/llvm/System
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
Diffstat (limited to 'include/llvm/System')
-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
6 files changed, 0 insertions, 6 deletions
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