llvm-project/clang-tools-extra/clang-tidy
Benjamin Kramer 208faaaa29 [clang-tidy] Allow /**/ comments on #endifs when checking header guards.
Turning block comments into line comments just creates unecessary churn.

llvm-svn: 216072
2014-08-20 16:01:42 +00:00
..
google AvoidCStyleCastsCheck: don't warn on casts in macros 2014-08-16 00:53:20 +00:00
llvm [CMake] Update libdeps in clangTidyLLVMModule. 2014-08-13 22:12:28 +00:00
misc [clang-tidy] Disable the warning on implicit bool* to bool conversion in macros. 2014-08-12 12:12:57 +00:00
tool Fix linking in the Makefile build. 2014-08-13 14:14:38 +00:00
utils [clang-tidy] Allow /**/ comments on #endifs when checking header guards. 2014-08-20 16:01:42 +00:00
CMakeLists.txt [clang-tidy] Add a generic header guard checker + LLVM implementation. 2014-08-13 13:57:57 +00:00
ClangTidy.cpp Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324) 2014-08-10 19:56:59 +00:00
ClangTidy.h Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324) 2014-08-10 19:56:59 +00:00
ClangTidyDiagnosticConsumer.cpp Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyDiagnosticConsumer.h Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyModule.cpp Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyModule.h Rename ChecksFilter to GlobList, as there's nothing specific to checks in it. 2014-08-06 11:49:10 +00:00
ClangTidyModuleRegistry.h clang-tidy: Instantiate llvm::Registry<clang::tidy::ClangTidyModule>. 2014-07-03 14:12:47 +00:00
ClangTidyOptions.cpp Replace llvm::error_code with std::error_code. 2014-06-12 13:32:11 +00:00
ClangTidyOptions.h include system_error directly. 2014-06-12 16:53:02 +00:00
Makefile In ancient times build targets had to be sorted topologically. Sometimes this behavior can still be observed today. 2014-08-13 14:41:24 +00:00