summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/GlobList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor GlobList from an ad-hoc linked list to a vectorDmitri Gribenko2019-08-271-9/+14
| | | | | | | | | | | | Summary: I think it makes method implementations more obvious. Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66788 llvm-svn: 370039
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-261-0/+56
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