Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor GlobList from an ad-hoc linked list to a vector | Dmitri Gribenko | 2019-08-27 | 1 | -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 file | Dmitri Gribenko | 2019-08-26 | 1 | -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 |