hanchenye-llvm-project/clang-tools-extra/clang-tidy
Nick Lewycky ccf8e29060 The diagnostic printer expects the LangOptions to still be alive. Give it one that lives at least as long as all the uses of it. This is still wrong though, we should be passing in the correct LangOpts for a given source file.
llvm-svn: 200952
2014-02-06 22:57:16 +00:00
..
google Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
llvm Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
tool Make the OptionCategory variable static. 2014-02-05 13:43:27 +00:00
CMakeLists.txt Re-applied r198807, r198808 with an additional change to fix linking in configure Release+Asserts build. 2014-01-09 16:31:25 +00:00
ClangTidy.cpp The diagnostic printer expects the LangOptions to still be alive. Give it one that lives at least as long as all the uses of it. This is still wrong though, we should be passing in the correct LangOpts for a given source file. 2014-02-06 22:57:16 +00:00
ClangTidy.h Fix another invalid getCustomDiagID() use to unbreak the build 2014-01-26 08:36:03 +00:00
ClangTidyDiagnosticConsumer.cpp Improve clang-tidy diagnostic output and filtering. 2014-02-06 14:50:10 +00:00
ClangTidyDiagnosticConsumer.h Improve clang-tidy diagnostic output and filtering. 2014-02-06 14:50:10 +00:00
ClangTidyModule.cpp Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
ClangTidyModule.h Clang-tidy: added --disable-checks, --list-checks options. 2013-12-19 19:57:05 +00:00
ClangTidyModuleRegistry.h
Makefile Fix clang-tidy dependencies and bad file comment. 2013-08-04 15:56:30 +00:00