commit | ab9db51042d1b821d324a209f3ba37e5ee7525a7 | [log] [tgz] |
---|---|---|
author | Alexander Kornienko <alexfh@google.com> | Mon Jun 22 23:07:51 2015 +0000 |
committer | Alexander Kornienko <alexfh@google.com> | Mon Jun 22 23:07:51 2015 +0000 |
tree | 02b8d37aa99733a57641681111d0277aa97c4477 | |
parent | f530b329c7ac6c80ea8ea927d1bd310168c1c3f2 [diff] [blame] |
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). llvm-svn: 240353
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 973d79f..d9a3389 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/lib/AST/Decl.cpp
@@ -1350,7 +1350,7 @@ return LV; } }; -} // namespace clang +} static LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation) {