summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header ↵NAKAMURA Takumi2017-07-131-3/+5
| | | | | | | | | | | | | .cpp: Resolve flakiness in the test. Tests would go flaky if; 1. Using %T (not %t) 2. Put a file with common name like header.h into %T 3. Other tests (eg. misc-unused-parameters.cpp) are doing as well We should avoid using %T unless it really makes sense. llvm-svn: 307876
* [clang-tidy] add regression test to performance-unnecessary-value-paramChih-Hung Hsieh2017-07-121-0/+18
This test shows the problem in https://bugs.llvm.org/show_bug.cgi?id=33734 Differential Revision: https://reviews.llvm.org/D35225 llvm-svn: 307810
OpenPOWER on IntegriCloud