Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | Summary: This change moves tests for checkers and infrastructure into separate directories, making it easier to find infrastructure tests. Tests for checkers are already easy to find because they are named after the checker. Tests for infrastructure were difficult to find because they were outnumbered by tests for checkers. Now they are in a separate directory. Reviewers: jfb, jdoerfert, lebedev.ri Subscribers: srhines, nemanjai, aheejin, kbarton, christof, mgrang, arphaman, jfb, lebedev.ri, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68807 llvm-svn: 374540 | ||||
* | [clang-tidy] fix buildbot hicpp-signed-bitwise | Jonas Toth | 2017-10-03 | 1 | -1/+9 |
| | | | | | | To finally fix the buildbot I added one single warning testcase. llvm-svn: 314816 | ||||
* | [clang-tidy] potentially fix buildbot | Jonas Toth | 2017-10-03 | 1 | -1/+1 |
| | | | | | | | | I tried to silence lit with `| count 0`, which did not work. Other testcases did not have `-- --` but only `--` in the RUN line. Maybe this fixes the problem. llvm-svn: 314812 | ||||
* | [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise | Jonas Toth | 2017-10-03 | 1 | -0/+21 |
The bug happened with stream operations, that were not recognized in all cases. Even there were already existing test for streaming classes, they did not catch this bug. Adding the isolated example to the existing tests did not trigger the bug. Therefore i created a new isolated file that did expose the bug indeed. Differential: https://reviews.llvm.org/D38399 reviewed by aaron.ballman llvm-svn: 314808 |