Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -41/+0 |
* | Run ClangTidy tests in all C++ language modes | Dmitri Gribenko | 2019-05-20 | 1 | -1/+1 |
* | Use the old index identifier by default, instead of 'elem'. | Angel Garcia Gomez | 2015-11-06 | 1 | -48/+4 |
* | Make the modernize-loop-convert's const-detection smarter. | Angel Garcia Gomez | 2015-11-02 | 1 | -10/+10 |
* | Switch check_clang_tidy to argparse and add a -resource-dir argument. | Manuel Klimek | 2015-10-22 | 1 | -1/+1 |
* | Don't use "auto" on loops over fundamental types in modernize-loop-convert. | Angel Garcia Gomez | 2015-10-22 | 1 | -10/+10 |
* | Add %check_clang_tidy and %clang_tidy_diff. | Manuel Klimek | 2015-10-22 | 1 | -1/+1 |
* | Handle trailing underscores on modernize-loop-convert variable namer. | Angel Garcia Gomez | 2015-10-02 | 1 | -0/+8 |
* | Add NamingStyle option to modernize-loop-convert. | Angel Garcia Gomez | 2015-09-24 | 1 | -0/+77 |