summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-3/+4
* [clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyNameAlexander Kornienko2019-03-221-7/+7
* 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-0/+2
* Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...Aaron Ballman2015-10-081-0/+77
OpenPOWER on IntegriCloud