Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable clang-tidy Google checkers when not compiling in C++ mode. None of th... | Aaron Ballman | 2015-09-02 | 1 | -0/+5 |
* | [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v... | Alexander Kornienko | 2015-06-17 | 1 | -3/+2 |
* | [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy... | Alexander Kornienko | 2015-03-05 | 1 | -0/+2 |
* | [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher. | Benjamin Kramer | 2014-09-03 | 1 | -3/+1 |
* | [clang-tidy] Simplify ast matcher. | Benjamin Kramer | 2014-08-05 | 1 | -11/+2 |
* | [clang-tidy] Fix a false positive in the make_pair checker if an argument has... | Benjamin Kramer | 2014-07-21 | 1 | -2/+13 |
* | [clang-tidy] Add a checker that removes deducible arguments from std::make_pair | Benjamin Kramer | 2014-07-15 | 1 | -0/+71 |