..
cert
Rename the CERT namespace to cert, and update some checkers to use this namespace consistently.
2016-01-04 14:31:14 +00:00
cppcoreguidelines
[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index
2015-12-13 22:08:26 +00:00
google
[clang-tidy] Fix a false positive in google-runtime-memset
2016-01-11 10:26:29 +00:00
llvm
[clang-tidy] Fix llvm-include-order check on Windows.
2015-09-04 15:46:51 +00:00
misc
[clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check.
2016-01-22 21:45:51 +00:00
modernize
Make modernize-use-default tolerant of delayed template parsing; this code was previously causing failed assertions because dyn_cast was being passed a null pointer due to the delay-parsed body.
2016-01-20 22:14:10 +00:00
performance
[clang-tidy] Don't use delegating constructors
2015-12-30 11:39:30 +00:00
readability
[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.
2016-01-08 15:21:40 +00:00
tool
[clang-tidy] Python scripts shebang fixes
2016-01-19 16:10:39 +00:00
utils
[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy
2015-12-30 10:24:40 +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
Makefile
[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy
2015-12-30 10:24:40 +00:00
add_new_check.py
Add documentation redirects for clang-tidy checkers that are exposed under multiple checker names. Updates the Python script for adding checks to properly handle these aliases.
2016-01-11 16:48:26 +00:00
rename_check.py
[clang-tidy] Python script for easy check rename
2015-10-11 07:58:34 +00:00