summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add cert-oop58-cpp checkGabor Bencze2019-12-151-0/+3
* [clang-tidy] Added DefaultOperatorNewCheck.Balázs Kéri2019-11-191-5/+9
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...Abel Kocsis2019-11-111-0/+4
* Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...Abel Kocsis2019-11-111-4/+0
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...Abel Kocsis2019-11-111-0/+4
* [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai2019-05-231-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev2018-10-261-0/+10
* [clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev2018-10-251-10/+0
* [clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev2018-10-181-0/+10
* Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman2018-07-051-0/+5
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-2/+2
* [clang-tidy] Add new cert-dcl21-cpp check Gabor Horvath2017-05-101-0/+3
* [clang-tidy] Add cert-dcl58-cpp (do not modify the 'std' namespace) check.Gabor Horvath2017-02-171-0/+3
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-171-5/+0
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-24/+13
* Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30-c) that corresp...Aaron Ballman2016-11-021-0/+7
* [clang-tidy] Add cert-err09-cpp check alias.Marek Kurdej2016-10-191-0/+2
* [clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko2016-05-201-0/+5
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-4/+4
* Add a clang-tidy check that flags string-to-number conversion functions that ...Aaron Ballman2016-04-291-0/+4
* Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ...Aaron Ballman2016-02-221-0/+4
* Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f...Aaron Ballman2016-02-191-1/+4
* Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman2016-01-041-3/+3
* Add a new checker, cert-err58-cpp, that checks for static or thread_local obj...Aaron Ballman2015-12-011-0/+3
* Add a new clang-tidy checker that flags throw expressions whose thrown type i...Aaron Ballman2015-11-161-0/+3
* Exposing an existing checker under the name cert-err61-cpp, as it corresponds...Aaron Ballman2015-10-131-0/+3
* Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...Aaron Ballman2015-10-081-0/+4
* Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va...Aaron Ballman2015-10-051-0/+3
* Adding a new clang-tidy module to house CERT-specific checkers, and map exist...Aaron Ballman2015-10-021-0/+59
OpenPOWER on IntegriCloud