summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/performance-for-range-copy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-272/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] Fix tests for performance-for-range-copyShuai Wang2018-09-171-0/+5
* [clang-tidy] Omit cases where loop variable is not used in loop body inHaojian Wu2018-08-101-0/+5
* Use ExprMutationAnalyzer in performance-for-range-copyShuai Wang2018-07-101-0/+14
* [clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types.Felix Berger2016-02-151-0/+25
* test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.NAKAMURA Takumi2016-01-301-1/+1
* [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko2016-01-291-0/+223
OpenPOWER on IntegriCloud