summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/export-relpath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-19/+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
* Ensure that test clang-tidy/export-relpath.cpp works with Windows path ↵Matthew Voss2018-11-281-1/+1
| | | | | | separators. llvm-svn: 347815
* [clang-tidy] Added a test -export-fixes with relative paths.Ilya Biryukov2018-11-281-0/+19
Summary: A test for D51864. Reviewers: ioeric, steveire Reviewed By: steveire Subscribers: xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D51865 llvm-svn: 347760
OpenPOWER on IntegriCloud