summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh2018-10-121-2/+3
* [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "...Felix Berger2016-05-311-1/+2
* [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...Felix Berger2016-05-131-2/+3
* Add check for unneeded copies of localsHaojian Wu2016-03-231-0/+6
* [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger2016-03-051-4/+4
* [clang-tidy] Don't use delegating constructorsAlexander Kornienko2015-12-301-1/+2
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+38
OpenPOWER on IntegriCloud