aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/cert/CERTTidyModule.cpp
AgeCommit message (Expand)Author
2019-05-23[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-07-05Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman
2017-11-27[clang-tidy] Move checks from misc- to performance-Alexander Kornienko
2017-05-10[clang-tidy] Add new cert-dcl21-cpp check Gabor Horvath
2017-02-17[clang-tidy] Add cert-dcl58-cpp (do not modify the 'std' namespace) check.Gabor Horvath
2016-12-17[clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-02Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30-c) that corresp...Aaron Ballman
2016-10-19[clang-tidy] Add cert-err09-cpp check alias.Marek Kurdej
2016-05-20[clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko
2016-05-02[clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron
2016-04-29Add a clang-tidy check that flags string-to-number conversion functions that ...Aaron Ballman
2016-02-22Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ...Aaron Ballman
2016-02-19Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f...Aaron Ballman
2016-01-04Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman
2015-12-01Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman
2015-11-16Add a new clang-tidy checker that flags throw expressions whose thrown type i...Aaron Ballman
2015-10-13Exposing an existing checker under the name cert-err61-cpp, as it corresponds...Aaron Ballman
2015-10-08Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...Aaron Ballman
2015-10-05Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va...Aaron Ballman
2015-10-02Adding a new clang-tidy module to house CERT-specific checkers, and map exist...Aaron Ballman