Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -389/+0 |
* | [clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-ini... | Haojian Wu | 2016-11-08 | 1 | -0/+19 |
* | [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "... | Felix Berger | 2016-05-31 | 1 | -33/+56 |
* | [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec... | Felix Berger | 2016-05-13 | 1 | -0/+7 |
* | Add check for unneeded copies of locals | Haojian Wu | 2016-03-23 | 1 | -20/+135 |
* | [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con... | Felix Berger | 2016-03-05 | 1 | -3/+72 |
* | [clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializatio... | Alexander Kornienko | 2015-12-30 | 1 | -0/+4 |
* | [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod... | Alexander Kornienko | 2015-12-30 | 1 | -0/+152 |