llvm-project/clang-tools-extra/unittests/clang-tidy
Alexander Kornienko bef51cdf05 Improved llvm-namespace-comment check.
Summary:
Handle various forms of existing namespace closing comments, fix
existing comments with wrong namespace name, ignore short namespaces.

The state of this check now seems to be enough to enable it by default to gather
user feedback ;)

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

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

llvm-svn: 209141
2014-05-19 16:39:08 +00:00
..
CMakeLists.txt Output clang-tidy errors in a consistent order. 2014-04-08 12:27:49 +00:00
ClangTidyDiagnosticConsumerTest.cpp Fixed incorrect StringRef::find usage. 2014-05-15 15:56:58 +00:00
ClangTidyTest.h Store Errors inside ClangTidyContext instead of just pointer to an external 2014-05-09 12:24:09 +00:00
GoogleModuleTest.cpp Fix assertion in google-explicit-constructor check when the constructor is 2014-05-05 18:49:31 +00:00
LLVMModuleTest.cpp Improved llvm-namespace-comment check. 2014-05-19 16:39:08 +00:00
Makefile Add an argument comment checker to clang-tidy. 2014-03-18 04:46:45 +00:00
MiscModuleTest.cpp Removed unused include 2014-03-23 00:32:18 +00:00