diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-06-22 23:07:51 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-06-22 23:07:51 +0000 |
commit | ab9db51042d1b821d324a209f3ba37e5ee7525a7 (patch) | |
tree | 02b8d37aa99733a57641681111d0277aa97c4477 /clang/lib/Frontend/ChainedIncludesSource.cpp | |
parent | f530b329c7ac6c80ea8ea927d1bd310168c1c3f2 (diff) | |
download | llvm-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/ChainedIncludesSource.cpp')
-rw-r--r-- | clang/lib/Frontend/ChainedIncludesSource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/ChainedIncludesSource.cpp b/clang/lib/Frontend/ChainedIncludesSource.cpp index 1b20df6..be30d43 100644 --- a/clang/lib/Frontend/ChainedIncludesSource.cpp +++ b/clang/lib/Frontend/ChainedIncludesSource.cpp @@ -71,7 +71,7 @@ protected: void ReadMethodPool(Selector Sel) override; bool LookupUnqualified(LookupResult &R, Scope *S) override; }; -} // namespace +} static ASTReader * createASTReader(CompilerInstance &CI, StringRef pchFile, |