Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header ↵ | NAKAMURA Takumi | 2017-07-13 | 1 | -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-param | Chih-Hung Hsieh | 2017-07-12 | 1 | -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 |