aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-10/+0
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-03-22[clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko1-3/+4
2019-03-22[clang-tidy] anyOf(hasName(..), hasName(..)) -> hasAnyNameAlexander Kornienko1-7/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-01-04Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman1-0/+2
2015-10-08Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...Aaron Ballman1-0/+77