summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/empty-database.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-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 Yung2019-06-221-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 directoryKadir Cetinkaya2019-06-211-1/+1
| | | | llvm-svn: 364008
* [clang-tidy] Fail gracefully upon empty database fieldsSerge Guelton2019-06-201-0/+3
Fix bz#42281 Differential Revision: https://reviews.llvm.org/D63613 llvm-svn: 363975
OpenPOWER on IntegriCloud