Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Switch checks to #include "ClangTidyCheck.h" | Alexander Kornienko | 2019-03-25 | 1 | -1/+1 |
* | [clang-tidy] Move all checks to the new registerPPCallbacks API | Alexander Kornienko | 2019-03-22 | 1 | -1/+2 |
* | [clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyName | Alexander Kornienko | 2019-03-22 | 1 | -2/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Rename the CERT namespace to cert, and update some checkers to use this names... | Aaron Ballman | 2016-01-04 | 1 | -1/+2 |
* | Renaming CERT documentation files to use the CERT rule identifiers. This is f... | Aaron Ballman | 2015-12-27 | 1 | -1/+1 |
* | Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+... | Aaron Ballman | 2015-10-08 | 1 | -0/+37 |