| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu... | Nico Weber | 2019-04-04 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -1/+1 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -2/+2 |
| * | [clang-tidy] Make misc-static-assert accept assert(!"msg") | Florian Gross | 2017-06-03 | 1 | -1/+3 |
| * | [clang-tidy] remove trailing whitespaces and retab | Kirill Bobyrev | 2016-08-01 | 1 | -1/+1 |
| * | [ASTMatchers] Added ignoringParenImpCasts to has matchers | Piotr Padlewski | 2016-05-31 | 1 | -3/+4 |
| * | [clang-tidy] Speedup misc-static-assert. | Samuel Benzaquen | 2016-05-03 | 1 | -3/+7 |
| * | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -0/+2 |
| * | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -2/+2 |
| * | Allow the static assert clang-tidy checker to run over C code. | Aaron Ballman | 2015-08-31 | 1 | -4/+3 |
| * | Using an early return as it is more clear; NFC. | Aaron Ballman | 2015-08-31 | 1 | -38/+38 |
| * | Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ... | Aaron Ballman | 2015-08-28 | 1 | -30/+42 |
| * | [clang-tidy] Fix for llvm.org/PR23355 | Szabolcs Sipos | 2015-05-29 | 1 | -4/+7 |
| * | [clang-tidy] Fix for llvm.org/PR23572 | Szabolcs Sipos | 2015-05-23 | 1 | -1/+3 |
| * | [clang-tidy] Fix for llvm.org/PR23161 | Szabolcs Sipos | 2015-05-08 | 1 | -1/+1 |
| * | [clang-tidy] Fix for llvm.org/PR23161 | Szabolcs Sipos | 2015-04-10 | 1 | -8/+12 |
| * | [clang-tidy] Fix false positives in the misc-static-assert check http://llvm.... | Alexander Kornienko | 2015-03-15 | 1 | -3/+11 |
| * | [clang-tidy] Fix assertion when a dependent expression is used in an assert. | Alexander Kornienko | 2015-03-09 | 1 | -1/+3 |
| * | [clang-tidy] Assert related checkers | Alexander Kornienko | 2015-03-02 | 1 | -0/+138 |