Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -272/+0 |
* | Run ClangTidy tests in all C++ language modes | Dmitri Gribenko | 2019-05-20 | 1 | -1/+1 |
* | [clang-tidy] Fix tests for performance-for-range-copy | Shuai Wang | 2018-09-17 | 1 | -0/+5 |
* | [clang-tidy] Omit cases where loop variable is not used in loop body in | Haojian Wu | 2018-08-10 | 1 | -0/+5 |
* | Use ExprMutationAnalyzer in performance-for-range-copy | Shuai Wang | 2018-07-10 | 1 | -0/+14 |
* | [clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types. | Felix Berger | 2016-02-15 | 1 | -0/+25 |
* | test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode. | NAKAMURA Takumi | 2016-01-30 | 1 | -1/+1 |
* | [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ... | Alexander Kornienko | 2016-01-29 | 1 | -0/+223 |