summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Analyzer] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-1/+2
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-9/+13
* [analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann2019-05-231-16/+39
* [analyzer] Hide developer-only checker/package options by defaultKristof Umann2019-05-231-10/+13
* [analyzer] List checkers in 3 categories: released, alpha, developerKristof Umann2019-05-231-4/+27
* [analyzer] Add a new frontend flag to display all checker optionsKristof Umann2019-05-231-11/+40
* [analyzer] Remove the default value arg from getChecker*OptionKristof Umann2019-05-171-1/+7
* [analyzer] Validate checker option names and valuesKristof Umann2019-05-171-18/+101
* [analyzer] Insert checker options into AnalyzerOption::ConfigTableKristof Umann2019-05-171-4/+8
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-4/+8
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-14/+84
* [analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann2019-04-191-10/+20
* [analyzer] Fix -Wunused-local-typedef after rC358695Fangrui Song2019-04-191-5/+2
* [analyzer][NFC] Prefer binary searches in CheckerRegistryKristof Umann2019-04-181-22/+29
* [analyzer][NFC] Clang-format CheckerRegistryKristof Umann2019-04-181-39/+37
* [analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...Kristof Umann2019-04-181-115/+145
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-3/+67
* [analyzer] Fix an bug where statically linked, but not registered checkers we...Kristof Umann2019-01-261-4/+12
* [analyzer][NFC] Keep track of whether enabling a checker was explictly specif...Kristof Umann2019-01-261-67/+77
* [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann2019-01-261-13/+10
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-8/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-7/+7
* [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann2018-12-151-13/+67
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-0/+193
OpenPOWER on IntegriCloud