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/Basic/DiagnosticIDs.cpp | |
parent | f530b329c7ac6c80ea8ea927d1bd310168c1c3f2 (diff) | |
download | bcm5719-llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.tar.gz bcm5719-llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.zip |
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
llvm-svn: 240353
Diffstat (limited to 'clang/lib/Basic/DiagnosticIDs.cpp')
-rw-r--r-- | clang/lib/Basic/DiagnosticIDs.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/lib/Basic/DiagnosticIDs.cpp b/clang/lib/Basic/DiagnosticIDs.cpp index baee5aa8e02..643503b00b9 100644 --- a/clang/lib/Basic/DiagnosticIDs.cpp +++ b/clang/lib/Basic/DiagnosticIDs.cpp @@ -68,7 +68,7 @@ struct StaticDiagInfoRec { } }; -} // namespace +} // namespace anonymous static const StaticDiagInfoRec StaticDiagInfo[] = { #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \ @@ -193,7 +193,7 @@ namespace { return StringRef(NameStr, NameLen); } }; -} // namespace +} // Unfortunately, the split between DiagnosticIDs and Diagnostic is not // particularly clean, but for now we just implement this method here so we can @@ -292,8 +292,8 @@ namespace clang { } }; - } // namespace diag -} // namespace clang + } // end diag namespace +} // end clang namespace //===----------------------------------------------------------------------===// @@ -497,7 +497,7 @@ namespace { DiagGroupNames[NameOffset]); } }; -} // namespace +} // Second the table of options, sorted by name for fast binary lookup. static const WarningOption OptionTable[] = { |