summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-1/+2
* [clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyNameAlexander Kornienko2019-03-221-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman2016-01-041-1/+2
* Renaming CERT documentation files to use the CERT rule identifiers. This is f...Aaron Ballman2015-12-271-1/+1
* Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...Aaron Ballman2015-10-081-0/+37
OpenPOWER on IntegriCloud