Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -5/+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 | ||||
* | [NFC] Marking test added in r363975 as unsupported on Windows. | Douglas Yung | 2019-06-22 | 1 | -0/+2 |
| | | | | | | | | This test references a path that does not exist on Windows causing it to emit different output from what was expected leading to a failure when run on Windows. llvm-svn: 364120 | ||||
* | [clang-tidy] Move test files of rL363975 into Inputs directory | Kadir Cetinkaya | 2019-06-21 | 1 | -1/+1 |
| | | | | llvm-svn: 364008 | ||||
* | [clang-tidy] Fail gracefully upon empty database fields | Serge Guelton | 2019-06-20 | 1 | -0/+3 |
Fix bz#42281 Differential Revision: https://reviews.llvm.org/D63613 llvm-svn: 363975 |