llvm-project/clang-tools-extra/clang-tidy
Haojian Wu bbff538e9d [clang-tidy] Fix a crash issue on misc-virtual-near-miss check.
Summary:
The crash is caused by triggering a Assertion failed in DeclCXX.h when the
check detects non-defined class return type in a class method declaration.

Reviewers: congliu, alexfh

Subscribers: cfe-commits

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

llvm-svn: 259668
2016-02-03 17:21:44 +00:00
..
cert Remove autoconf support 2016-01-26 21:31:36 +00:00
cppcoreguidelines Remove autoconf support 2016-01-26 21:31:36 +00:00
google [clang-tidy] Add non-constant references in function parameters check. 2016-02-02 17:27:01 +00:00
llvm Remove autoconf support 2016-01-26 21:31:36 +00:00
misc [clang-tidy] Fix a crash issue on misc-virtual-near-miss check. 2016-02-03 17:21:44 +00:00
modernize Remove autoconf support 2016-01-26 21:31:36 +00:00
performance [clang-tidy] Don't use delegating constructors, since they are not supported by MSVC 2013 2016-01-29 17:35:53 +00:00
readability Sort checks alphabetically in ReadabilityTidyModule.cpp. 2016-02-01 19:47:24 +00:00
tool Remove autoconf support 2016-01-26 21:31:36 +00:00
utils Remove autoconf support 2016-01-26 21:31:36 +00:00
CMakeLists.txt [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy 2015-12-30 10:24:40 +00:00
ClangTidy.cpp Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidy.h Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] Fix a copy-paste error. 2016-01-15 16:16:47 +00:00
ClangTidyDiagnosticConsumer.h Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidyModule.cpp [clang-tidy] Default options in modules. 2014-10-16 11:27:57 +00:00
ClangTidyModule.h Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
ClangTidyModuleRegistry.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
ClangTidyOptions.cpp Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
ClangTidyOptions.h Teach clang-tidy how to upgrade warnings into errors. 2016-01-13 17:36:41 +00:00
add_new_check.py [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of loop variables. 2016-01-29 15:54:26 +00:00
rename_check.py [clang-tidy] Python script for easy check rename 2015-10-11 07:58:34 +00:00