summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] When" -fno-exceptions is used", this warning is better to be su...Yan Wang2017-06-071-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [clang-tidy] Update cert-err58-cpp to match its new generalised form.Malcolm Parsons2016-10-311-8/+18
* [clang-tidy] Use ignoreImplicit in cert-err58-cpp checkMalcolm Parsons2016-10-161-2/+2
* Silence a false positive with the cert-err58-cpp check; now allows objects wi...Aaron Ballman2016-09-261-2/+2
* Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman2016-01-041-1/+2
* 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-0/+49
OpenPOWER on IntegriCloud