summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] implement utility-function to add 'const' to variablesJonas Toth2020-01-031-2/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-251-9/+5
* [clang-tidy] White List Option for performance-unnecessary-value-param, perfo...Adam Balogh2018-10-121-2/+21
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-9/+8
* [clang-tidy] Don't warn implicit variables in peformance-unnecessary-copy-ini...Haojian Wu2016-11-081-0/+1
* [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "...Felix Berger2016-05-311-10/+16
* [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...Felix Berger2016-05-131-18/+25
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-3/+3
* Add check for unneeded copies of localsHaojian Wu2016-03-231-29/+82
* [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger2016-03-051-24/+35
* [clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializatio...Alexander Kornienko2015-12-301-2/+1
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+73
OpenPOWER on IntegriCloud