llvm-project/clang-tools-extra/clang-tidy
Daniel Jasper a2332425c4 Revert "Remove redundant check discovered in post-commit review of r209505."
This breaks with MSVC.
With IsLateTemplateParsed, FunctionDecl::doesThisDeclarationHaveABody() returns true regardless of Body.

This reinstates what was fixed in r208985.

llvm-svn: 209896
2014-05-30 13:31:14 +00:00
..
google Track clang changes from r209061 2014-05-17 04:54:13 +00:00
llvm Added a comment 2014-05-19 17:46:28 +00:00
misc Revert "Remove redundant check discovered in post-commit review of r209505." 2014-05-30 13:31:14 +00:00
tool Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
CMakeLists.txt Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
ClangTidy.cpp Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment. 2014-05-28 15:21:14 +00:00
ClangTidy.h Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment. 2014-05-28 15:21:14 +00:00
ClangTidyDiagnosticConsumer.cpp Update the code according to the changes in r209468. 2014-05-22 20:19:46 +00:00
ClangTidyDiagnosticConsumer.h Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
ClangTidyModule.cpp Post-filter clang-tidy diagnostic messages. 2014-03-20 09:38:22 +00:00
ClangTidyModule.h Fixed formatting. 2014-03-05 13:01:24 +00:00
ClangTidyModuleRegistry.h
ClangTidyOptions.cpp Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
ClangTidyOptions.h Add clang-tidy -line-filter option to filter findings by line ranges. 2014-05-22 16:07:11 +00:00
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00