llvm-project/clang-tools-extra/clang-tidy
Benjamin Kramer 39e40cccc6 Drop superfluous semicolon. GCC's -pedantic warns about this.
llvm-svn: 218310
2014-09-23 14:46:55 +00:00
..
google Try to pacify dash-using linux distros with a very old-school shell variable compare. 2014-09-22 21:01:04 +00:00
llvm Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00
misc [clang-tidy] Add a checker for long functions. 2014-09-15 12:48:25 +00:00
readability Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00
tool Add missing dependency. 2014-09-22 14:56:43 +00:00
utils Make a variable local so it's lifetime becomes more obvious. 2014-09-17 13:12:51 +00:00
CMakeLists.txt Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00
ClangTidy.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidy.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidyDiagnosticConsumer.cpp Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
ClangTidyDiagnosticConsumer.h Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
ClangTidyModule.cpp Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidyModule.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
ClangTidyModuleRegistry.h clang-tidy: Instantiate llvm::Registry<clang::tidy::ClangTidyModule>. 2014-07-03 14:12:47 +00:00
ClangTidyOptions.cpp Drop superfluous semicolon. GCC's -pedantic warns about this. 2014-09-23 14:46:55 +00:00
ClangTidyOptions.h Implemented clang-tidy-check-specific options. 2014-09-12 08:53:36 +00:00
Makefile Add NamespaceCommentCheck to the Google module. 2014-09-22 10:41:39 +00:00