hanchenye-llvm-project/clang-tools-extra/clang-tidy/readability
Alexander Kornienko b23eb5e3f7 [clang-tidy] Move the missing namespace comment warnings to the closing brace
Summary:
The google-readability-namespace-comments/llvm-namespace-comment
warnings are quite confusing when they appear at the beginning of a long
namespace and the closing brace is not in sight.

For convenience added notes pointing to the start of the namespace.

Reviewers: klimek

Reviewed By: klimek

Subscribers: curdeius, cfe-commits

Differential Revision: http://reviews.llvm.org/D6251

llvm-svn: 222145
2014-11-17 17:32:32 +00:00
..
BracesAroundStatementsCheck.cpp
BracesAroundStatementsCheck.h
CMakeLists.txt [clang-tidy] Bring order to check registration. 2014-10-26 01:41:14 +00:00
FunctionSize.cpp
FunctionSize.h
Makefile
NamespaceCommentCheck.cpp [clang-tidy] Move the missing namespace comment warnings to the closing brace 2014-11-17 17:32:32 +00:00
NamespaceCommentCheck.h
ReadabilityTidyModule.cpp [clang-tidy] Bring order to check registration. 2014-10-26 01:41:14 +00:00
RedundantSmartptrGet.cpp
RedundantSmartptrGet.h