summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-389/+0
* [clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-ini...Haojian Wu2016-11-081-0/+19
* [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "...Felix Berger2016-05-311-33/+56
* [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...Felix Berger2016-05-131-0/+7
* Add check for unneeded copies of localsHaojian Wu2016-03-231-20/+135
* [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger2016-03-051-3/+72
* [clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializatio...Alexander Kornienko2015-12-301-0/+4
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+152
OpenPOWER on IntegriCloud