summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-tidy/cert-static-object-exception.cpp
AgeCommit message (Expand)Author
2018-11-29Adding a FIXME test to document an area for improvement with the cert-err58-c...Aaron Ballman
2018-11-28Fix false positive with lambda assignments in cert-err58-cpp.Aaron Ballman
2018-11-28Fix a false-positive with cert-err58-cpp.Aaron Ballman
2017-06-07[clang-tidy] When" -fno-exceptions is used", this warning is better to be su...Yan Wang
2016-10-31[clang-tidy] Update cert-err58-cpp to match its new generalised form.Malcolm Parsons
2016-10-16[clang-tidy] Use ignoreImplicit in cert-err58-cpp checkMalcolm Parsons
2016-09-26Silence a false positive with the cert-err58-cpp check; now allows objects wi...Aaron Ballman
2015-12-02Force test to a target that supports thread_localMatthias Braun
2015-12-01Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman