..
cert
Hopefully rectifying a build bot issue with:
2015-10-02 14:01:55 +00:00
google
Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang.
2015-09-17 13:31:25 +00:00
llvm
[clang-tidy] Fix llvm-include-order check on Windows.
2015-09-04 15:46:51 +00:00
misc
Adding a checker (misc-non-copyable-objects) that detects situations where a non-copyable C type is being dereferenced, such as FILE or pthread_mutex_t. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FIO38-C.+Do+not+copy+a+FILE+object
2015-09-30 14:09:38 +00:00
modernize
Use better mocks in modernize-make-unique, and fix matcher.
2015-10-05 12:20:17 +00:00
readability
[clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
2015-10-01 09:19:40 +00:00
tool
Taking a stab at fixing failing build bots that use make. Unfortunately, the build logs do not point to much useful information for tracking this down, such as:
2015-10-02 14:28:44 +00:00
utils
SourceRanges are small and trivially copyable, don't them by reference. NFC
2015-10-04 04:53:37 +00:00
CMakeLists.txt
Adding a new clang-tidy module to house CERT-specific checkers, and map existing checkers to CERT secure coding rules and recommendations for both C ( https://www.securecoding.cert.org/confluence/display/c/SEI+CERT+C+Coding+Standard ) and C++ ( https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=637 ).
2015-10-02 13:27:19 +00:00
ClangTidy.cpp
[clang-tidy] Static Analyzer checker configuration options pass-through.
2015-03-11 17:25:22 +00:00
ClangTidy.h
Reapplying r246209, which exposed language options to the checkers. This time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code.
2015-08-28 13:20:46 +00:00
ClangTidyDiagnosticConsumer.cpp
[clang-tidy] Ignore spaces in -checks=
2015-09-16 16:16:53 +00:00
ClangTidyDiagnosticConsumer.h
Reapplying r246209, which exposed language options to the checkers. This time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code.
2015-08-28 13:20:46 +00:00
ClangTidyModule.cpp
[clang-tidy] Default options in modules.
2014-10-16 11:27:57 +00:00
ClangTidyModule.h
[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.
2015-03-09 16:52:33 +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
[clang-tidy] Don't ignore default set of checks when a config file is found.
2015-02-05 14:50:17 +00:00
ClangTidyOptions.h
[clang-tidy] Make FileOptionsProvider fields protected to make extending it easier
2015-08-12 19:29:57 +00:00
Makefile
Adding a new clang-tidy module to house CERT-specific checkers, and map existing checkers to CERT secure coding rules and recommendations for both C ( https://www.securecoding.cert.org/confluence/display/c/SEI+CERT+C+Coding+Standard ) and C++ ( https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=637 ).
2015-10-02 13:27:19 +00:00
add_new_check.py
[clang-tidy] fix add_new_check.py
2015-10-01 09:23:20 +00:00