aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/DependencyFile.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-06-22 23:07:51 +0000
committerAlexander Kornienko <alexfh@google.com>2015-06-22 23:07:51 +0000
commitab9db51042d1b821d324a209f3ba37e5ee7525a7 (patch)
tree02b8d37aa99733a57641681111d0277aa97c4477 /clang/lib/Frontend/DependencyFile.cpp
parentf530b329c7ac6c80ea8ea927d1bd310168c1c3f2 (diff)
downloadllvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.zip
llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.tar.gz
llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.tar.bz2
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
llvm-svn: 240353
Diffstat (limited to 'clang/lib/Frontend/DependencyFile.cpp')
-rw-r--r--clang/lib/Frontend/DependencyFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/DependencyFile.cpp b/clang/lib/Frontend/DependencyFile.cpp
index 30fdf94..0995ab4 100644
--- a/clang/lib/Frontend/DependencyFile.cpp
+++ b/clang/lib/Frontend/DependencyFile.cpp
@@ -198,7 +198,7 @@ public:
bool visitInputFile(StringRef Filename, bool isSystem,
bool isOverridden) override;
};
-} // namespace
+}
DependencyFileGenerator::DependencyFileGenerator(void *Impl)
: Impl(Impl) { }