| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline... | Roman Lebedev | 2018-10-18 | 1 | -0/+3 |
| * | [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in... | Eugene Zelenko | 2018-09-20 | 1 | -3/+3 |
| * | [clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl... | Alexander Kornienko | 2018-03-15 | 1 | -2/+0 |
| * | [clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-container | Alexander Kornienko | 2018-03-15 | 1 | -2/+0 |
| * | [clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expression | Alexander Kornienko | 2018-03-15 | 1 | -3/+0 |
| * | [clang-tidy] rename_check.py {misc,bugprone}-macro-parentheses | Alexander Kornienko | 2018-03-15 | 1 | -3/+0 |
| * | [clang-tidy] Another batch of checks to rename from misc- to bugprone-. | Alexander Kornienko | 2018-02-28 | 1 | -12/+0 |
| * | Rename more checks from misc- to bugprone-. | Alexander Kornienko | 2018-02-28 | 1 | -12/+0 |
| * | Rename a few checks from misc- to bugprone-. | Alexander Kornienko | 2018-02-28 | 1 | -12/+0 |
| * | clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundings | Alexander Kornienko | 2018-01-30 | 1 | -3/+0 |
| * | clang-tidy/rename_check.py misc-string-compare readability-string-compare | Alexander Kornienko | 2018-01-30 | 1 | -2/+0 |
| * | [clang-tidy] Move more checks from misc- to performance- | Alexander Kornienko | 2017-11-28 | 1 | -6/+0 |
| * | [clang-tidy] Move checks from misc- to performance- | Alexander Kornienko | 2017-11-27 | 1 | -6/+0 |
| * | [clang-tidy] Move a few more checks from misc to bugprone. | Alexander Kornienko | 2017-11-24 | 1 | -24/+0 |
| * | [clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handle | Alexander Kornienko | 2017-11-24 | 1 | -2/+0 |
| * | [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment | Alexander Kornienko | 2017-11-23 | 1 | -2/+0 |
| * | [clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor | Alexander Kornienko | 2017-11-23 | 1 | -3/+0 |
| * | [clang-tidy] check for __func__/__FUNCTION__ in lambdas | Alexander Kornienko | 2017-06-02 | 1 | -0/+3 |
| * | [clang-tidy] Check for forwarding reference overload in constructors. | Gabor Horvath | 2017-04-06 | 1 | -0/+3 |
| * | [clang-tidy] Add check 'misc-string-compare'. | Mads Ravn | 2016-12-30 | 1 | -0/+2 |
| * | [clang-tidy] Add enum misuse check. | Gabor Horvath | 2016-12-27 | 1 | -0/+3 |
| * | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -13/+8 |
| * | Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only cases | Richard Smith | 2016-10-21 | 1 | -3/+0 |
| * | [clang-tidy] Add check 'misc-use-after-move' | Martin Bohme | 2016-09-14 | 1 | -0/+2 |
| * | [clang-tidy] Add check 'misc-move-forwarding-reference' | Martin Bohme | 2016-08-30 | 1 | -0/+3 |
| * | [clang-tidy] remove trailing whitespaces and retab | Kirill Bobyrev | 2016-08-01 | 1 | -1/+1 |
| * | Add the misc-misplaced-const check to clang-tidy, which diagnoses when a cons... | Aaron Ballman | 2016-06-07 | 1 | -0/+3 |
| * | [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-... | Gabor Horvath | 2016-05-04 | 1 | -3/+3 |
| * | [clang-tidy] New checker for redundant expressions. | Etienne Bergeron | 2016-04-26 | 1 | -0/+3 |
| * | A clang-tidy check for std:accumulate. | Alexander Kornienko | 2016-04-26 | 1 | -0/+3 |
| * | [clang-tidy] New checker to detect suspicious string constructor. | Etienne Bergeron | 2016-04-21 | 1 | -0/+3 |
| * | [clang-tidy] Add new checker for comparison with runtime string functions. | Etienne Bergeron | 2016-04-21 | 1 | -0/+3 |
| * | Initial version of misc-unused-using-decl check. | Daniel Jasper | 2016-04-19 | 1 | -0/+3 |
| * | [clang-tidy] Add new checker for suspicious sizeof expressions | Etienne Bergeron | 2016-04-15 | 1 | -0/+3 |
| * | [clang-tidy] Add checker for operations between integrals and pointers | Etienne Bergeron | 2016-04-15 | 1 | -0/+3 |
| * | [clang-tidy] Add check misc-multiple-statement-macro | Samuel Benzaquen | 2016-04-14 | 1 | -0/+3 |
| * | [clang-tidy] add new checker for string literal with NUL character. | Etienne Bergeron | 2016-04-07 | 1 | -0/+3 |
| * | [clang-tidy] Add a new checker to detect missing comma in initializer list. | Etienne Bergeron | 2016-03-31 | 1 | -0/+3 |
| * | [clang-tidy] Add check to detect dangling references in value handlers. | Samuel Benzaquen | 2016-03-29 | 1 | -0/+3 |
| * | [clang-tidy] Added a check for forward declaration in the potentially wrong n... | Alexander Kornienko | 2016-02-24 | 1 | -0/+3 |
| * | [clang-tidy] Add a check to find unintended semicolons that changes the seman... | Gabor Horvath | 2016-02-11 | 1 | -0/+3 |
| * | [clang-tidy] Add 'misc-misplaced-widening-cast' check. | Daniel Marjamaki | 2016-02-09 | 1 | -0/+3 |
| * | [clang-tidy] Move incorrect-roundings to upstream. | Haojian Wu | 2016-02-08 | 1 | -0/+3 |
| * | Support virtual-near-miss check. | Alexander Kornienko | 2016-01-13 | 1 | -0/+3 |
| * | [clang-tidy] Add non-inline function definition and variable definition check... | Alexander Kornienko | 2016-01-08 | 1 | -0/+3 |
| * | [clang-tidy] Check for suspicious string assignments. | Gabor Horvath | 2015-12-15 | 1 | -0/+3 |
| * | [clang-tidy] Const std::move() argument ClangTidy check | Alexander Kornienko | 2015-11-25 | 1 | -0/+3 |
| * | Add a new checker that tests whether a throw expression throws by value, and ... | Aaron Ballman | 2015-10-09 | 1 | -0/+3 |
| * | Adding a checker (misc-non-copyable-objects) that detects situations where a ... | Aaron Ballman | 2015-09-30 | 1 | -2/+4 |