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/tools/libclang/CLog.h | |
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/tools/libclang/CLog.h')
-rw-r--r-- | clang/tools/libclang/CLog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/libclang/CLog.h b/clang/tools/libclang/CLog.h index 6a6e90abea9..b9309ed1923 100644 --- a/clang/tools/libclang/CLog.h +++ b/clang/tools/libclang/CLog.h @@ -87,8 +87,8 @@ public: Logger &operator<<(const llvm::format_object_base &Fmt); }; -} // namespace cxindex -} // namespace clang +} +} /// \brief Macros to automate common uses of Logger. Like this: /// \code |