| Commit message (Expand) | Author | Age | Files | Lines |
* | [clang-tidy] Add cert-oop58-cpp check | Gabor Bencze | 2019-12-15 | 1 | -0/+3 |
* | [clang-tidy] Added DefaultOperatorNewCheck. | Balázs Kéri | 2019-11-19 | 1 | -5/+9 |
* | [clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-... | Abel Kocsis | 2019-11-11 | 1 | -0/+4 |
* | Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias... | Abel Kocsis | 2019-11-11 | 1 | -4/+0 |
* | [clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po... | Abel Kocsis | 2019-11-11 | 1 | -0/+4 |
* | [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignment | Tamas Zolnai | 2019-05-23 | 1 | -0/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ... | Roman Lebedev | 2018-10-26 | 1 | -0/+10 |
* | [clang-tidy] Revert my readability-uppercase-literal-suffix check. | Roman Lebedev | 2018-10-25 | 1 | -10/+0 |
* | [clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16... | Roman Lebedev | 2018-10-18 | 1 | -0/+10 |
* | Add the cert-msc51-cpp and cert-msc32-c checks. | Aaron Ballman | 2018-07-05 | 1 | -0/+5 |
* | [clang-tidy] Move checks from misc- to performance- | Alexander Kornienko | 2017-11-27 | 1 | -2/+2 |
* | [clang-tidy] Add new cert-dcl21-cpp check | Gabor Horvath | 2017-05-10 | 1 | -0/+3 |
* | [clang-tidy] Add cert-dcl58-cpp (do not modify the 'std' namespace) check. | Gabor Horvath | 2017-02-17 | 1 | -0/+3 |
* | [clang-tidy] Remove duplicated check from move-constructor-init | Malcolm Parsons | 2016-12-17 | 1 | -5/+0 |
* | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -24/+13 |
* | Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30-c) that corresp... | Aaron Ballman | 2016-11-02 | 1 | -0/+7 |
* | [clang-tidy] Add cert-err09-cpp check alias. | Marek Kurdej | 2016-10-19 | 1 | -0/+2 |
* | [clang-tidy] Switch to a more common way of customizing check behavior. | Alexander Kornienko | 2016-05-20 | 1 | -0/+5 |
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -4/+4 |
* | Add a clang-tidy check that flags string-to-number conversion functions that ... | Aaron Ballman | 2016-04-29 | 1 | -0/+4 |
* | Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ... | Aaron Ballman | 2016-02-22 | 1 | -0/+4 |
* | Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f... | Aaron Ballman | 2016-02-19 | 1 | -1/+4 |
* | Rename the CERT namespace to cert, and update some checkers to use this names... | Aaron Ballman | 2016-01-04 | 1 | -3/+3 |
* | Add a new checker, cert-err58-cpp, that checks for static or thread_local obj... | Aaron Ballman | 2015-12-01 | 1 | -0/+3 |
* | Add a new clang-tidy checker that flags throw expressions whose thrown type i... | Aaron Ballman | 2015-11-16 | 1 | -0/+3 |
* | Exposing an existing checker under the name cert-err61-cpp, as it corresponds... | Aaron Ballman | 2015-10-13 | 1 | -0/+3 |
* | Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+... | Aaron Ballman | 2015-10-08 | 1 | -0/+4 |
* | Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va... | Aaron Ballman | 2015-10-05 | 1 | -0/+3 |
* | Adding a new clang-tidy module to house CERT-specific checkers, and map exist... | Aaron Ballman | 2015-10-02 | 1 | -0/+59 |