summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTMatchers] Added ignoringParenImpCasts to has matchersPiotr Padlewski2016-05-311-4/+4
* Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman2016-01-041-1/+3
* Replace the custom AST matcher for nothrow functions with the canonical AST m...Aaron Ballman2015-12-021-1/+1
* Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman2015-12-011-15/+2
* Test to ensure the function does not have an unresolved or unevaluated except...Aaron Ballman2015-11-191-4/+6
* Add a new clang-tidy checker that flags throw expressions whose thrown type i...Aaron Ballman2015-11-161-0/+50
OpenPOWER on IntegriCloud