Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Reimplement dependencies between checkers | Kristof Umann | 2019-01-26 | 1 | -3/+67 |
* | [analyzer] Fix an bug where statically linked, but not registered checkers we... | Kristof Umann | 2019-01-26 | 1 | -4/+12 |
* | [analyzer][NFC] Keep track of whether enabling a checker was explictly specif... | Kristof Umann | 2019-01-26 | 1 | -67/+77 |
* | [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions | Kristof Umann | 2019-01-26 | 1 | -13/+10 |
* | [analyzer] Supply all checkers with a shouldRegister function | Kristof Umann | 2019-01-26 | 1 | -8/+16 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Allow direct navigation to static analysis checker documentation through SARI... | Aaron Ballman | 2018-12-20 | 1 | -7/+7 |
* | [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry | Kristof Umann | 2018-12-15 | 1 | -13/+67 |
* | [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend | Kristof Umann | 2018-12-15 | 1 | -0/+193 |