summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GlobList: added a clear test for pattern priorityDmitri Gribenko2019-08-271-1/+35
| | | | | | | | | | | | | | Summary: The last glob that matches the string decides whether that string is included or excluded. Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66787 llvm-svn: 370028
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-261-0/+68
Summary: It is a separate abstraction that is used in more contexts than just a helper for ClangTidyDiagnosticConsumer. Subscribers: mgorny, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66747 llvm-svn: 369918
OpenPOWER on IntegriCloud