Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GlobList: added a clear test for pattern priority | Dmitri Gribenko | 2019-08-27 | 1 | -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 file | Dmitri Gribenko | 2019-08-26 | 1 | -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 |