Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -12/+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 | ||||
* | Fix explain-check failure test on Windows. | Haojian Wu | 2016-04-27 | 1 | -1/+1 |
| | | | | llvm-svn: 267736 | ||||
* | Don't search compilation database in explain-check, fixing buildbot test | Haojian Wu | 2016-04-27 | 1 | -1/+1 |
| | | | | | | failure. llvm-svn: 267731 | ||||
* | Remove explain-config testcase that detect hard-coded check. | Haojian Wu | 2016-04-27 | 1 | -2/+0 |
| | | | | | | Remove it for now, we need to better way to figure out how to test it. llvm-svn: 267711 | ||||
* | Don't search compilation database in explain-check test. | Haojian Wu | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | | Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D19583 llvm-svn: 267687 | ||||
* | [ClangTidy] Add an 'explain-checks' option to diagnose where each checks ↵ | Haojian Wu | 2016-04-27 | 1 | -0/+14 |
comes from. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D18694 llvm-svn: 267683 |