summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/explain-checks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-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 Wu2016-04-271-1/+1
| | | | llvm-svn: 267736
* Don't search compilation database in explain-check, fixing buildbot testHaojian Wu2016-04-271-1/+1
| | | | | | failure. llvm-svn: 267731
* Remove explain-config testcase that detect hard-coded check.Haojian Wu2016-04-271-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 Wu2016-04-271-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 Wu2016-04-271-0/+14
comes from. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D18694 llvm-svn: 267683
OpenPOWER on IntegriCloud