| Age | Commit 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-15 | Use *{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 hidden | Kirstóf Umann |
| 2020-07-04 | [analyzer][NFC] Move the data structures from CheckerRegistry to the Core lib... | Kirstóf Umann |
| 2020-06-16 | NFC: cleanup the "(void)" case trick since the assertion is wrapped in NDEBUG. | Haojian Wu |
| 2020-06-12 | Revert "[analyzer][NFC] Don't allow dependency checkers to emit diagnostics" | Sterling Augustine |
| 2020-06-12 | [analyzer] Avoid unused variable warning in opt build | Jacques Pienaar |
| 2020-06-12 | Get rid of -Wunused warnings in release build, NFC. | Haojian Wu |
| 2020-06-12 | [analyzer][NFC] Don't allow dependency checkers to emit diagnostics | Kirstóf Umann |
| 2020-06-12 | [analyzer] Introduce weak dependencies to express *preferred* checker callbac... | Kirstóf Umann |
| 2020-06-03 | Fix MSVC "not all control paths return a value" warning. NFC. | Simon Pilgrim |
| 2020-05-31 | [analyzer] Add dumps to CheckerRegistry | Kirstó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-26 | Reland "[analyzer][NFC] Tie CheckerRegistry to CheckerManager, allow CheckerM... | Kristóf Umann |
| 2020-03-23 | Revert "[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-11 | Use std::foo_t rather than std::foo in clang. | Justin Lebar |
| 2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer |
| 2019-12-22 | [Analyzer] Fixes -Wrange-loop-analysis warnings | Mark de Wever |
| 2019-09-12 | [analyzer][NFC] Fix inconsistent references to checkers as "checks" | Kristof Umann |
| 2019-08-16 | [analyzer] Analysis: Silence checkers | Csaba 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 default | Kristof Umann |
| 2019-05-23 | [analyzer] List checkers in 3 categories: released, alpha, developer | Kristof Umann |
| 2019-05-23 | [analyzer] Add a new frontend flag to display all checker options | Kristof Umann |
| 2019-05-17 | [analyzer] Remove the default value arg from getChecker*Option | Kristof Umann |
| 2019-05-17 | [analyzer] Validate checker option names and values | Kristof Umann |
| 2019-05-17 | [analyzer] Insert checker options into AnalyzerOption::ConfigTable | Kristof Umann |
| 2019-05-01 | [analyzer] Don't display implementation checkers under -analyzer-checker-help... | Kristof Umann |
| 2019-04-19 | [analyzer][NFC] Reimplement checker options | Kristof Umann |
| 2019-04-19 | [analyzer] Fix an assertion failure if plugins added dependencies | Kristof Umann |
| 2019-04-19 | [analyzer] Fix -Wunused-local-typedef after rC358695 | Fangrui Song |
| 2019-04-18 | [analyzer][NFC] Prefer binary searches in CheckerRegistry | Kristof Umann |
| 2019-04-18 | [analyzer][NFC] Clang-format CheckerRegistry | Kristof 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 checkers | Kristof 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 AnalyzerOptions | Kristof Umann |
| 2019-01-26 | [analyzer] Supply all checkers with a shouldRegister function | Kristof Umann |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-12-20 | Allow direct navigation to static analysis checker documentation through SARI... | Aaron Ballman |
| 2018-12-15 | [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry | Kristof Umann |
| 2018-12-15 | [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend | Kristof Umann |