summaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-05-26[StaticAnalyzer] Remove unused includes (NFC) (#141525)Kazu Hirata
2025-03-22[clang] Use *Set::insert_range (NFC) (#132507)Kazu Hirata
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata
2022-09-17[clang] Don't include SetVector.h (NFC)Kazu Hirata
2022-06-12[clang] Use any_of and none_of (NFC)Kazu Hirata
2020-07-06[analyzer] Force dependency checkers to be hiddenKirstóf Umann
2020-07-04[analyzer][NFC] Move the data structures from CheckerRegistry to the Core lib...Kirstóf Umann
2020-06-16NFC: cleanup the "(void)" case trick since the assertion is wrapped in NDEBUG.Haojian Wu
2020-06-12Revert "[analyzer][NFC] Don't allow dependency checkers to emit diagnostics"Sterling Augustine
2020-06-12[analyzer] Avoid unused variable warning in opt buildJacques Pienaar
2020-06-12Get rid of -Wunused warnings in release build, NFC.Haojian Wu
2020-06-12[analyzer][NFC] Don't allow dependency checkers to emit diagnosticsKirstóf Umann
2020-06-12[analyzer] Introduce weak dependencies to express *preferred* checker callbac...Kirstóf Umann
2020-06-03Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim
2020-05-31[analyzer] Add dumps to CheckerRegistryKirstóf Umann
2020-04-14[ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers.Georgii Rymar
2020-03-27[analyzer][NFC] Change LangOptions to CheckerManager in the shouldRegister* f...Kirstóf Umann
2020-03-26Reland "[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerM...Kristóf Umann
2020-03-23Revert "[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerM...Jonas Devlieghere
2020-03-23[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerManager t...Kristóf Umann
2020-02-11Use std::foo_t rather than std::foo in clang.Justin Lebar
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-12-22[Analyzer] Fixes -Wrange-loop-analysis warningsMark de Wever
2019-09-12[analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann
2019-08-16[analyzer] Analysis: Silence checkersCsaba Dabis
2019-05-23[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann
2019-05-23[analyzer] Hide developer-only checker/package options by defaultKristof Umann
2019-05-23[analyzer] List checkers in 3 categories: released, alpha, developerKristof Umann
2019-05-23[analyzer] Add a new frontend flag to display all checker optionsKristof Umann
2019-05-17[analyzer] Remove the default value arg from getChecker*OptionKristof Umann
2019-05-17[analyzer] Validate checker option names and valuesKristof Umann
2019-05-17[analyzer] Insert checker options into AnalyzerOption::ConfigTableKristof Umann
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann
2019-04-19[analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann
2019-04-19[analyzer] Fix -Wunused-local-typedef after rC358695Fangrui Song
2019-04-18[analyzer][NFC] Prefer binary searches in CheckerRegistryKristof Umann
2019-04-18[analyzer][NFC] Clang-format CheckerRegistryKristof Umann
2019-04-18[analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...Kristof Umann
2019-01-26[analyzer] Reimplement dependencies between checkersKristof Umann
2019-01-26[analyzer] Fix an bug where statically linked, but not registered checkers we...Kristof Umann
2019-01-26[analyzer][NFC] Keep track of whether enabling a checker was explictly specif...Kristof Umann
2019-01-26[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann
2019-01-26[analyzer] Supply all checkers with a shouldRegister functionKristof Umann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman
2018-12-15[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann
2018-12-15[analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann