[PATCH] D129706: [NFCI][clang-tidy] Reimplement GlobList without relying on Regex.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 14 13:41:36 PDT 2022
njames93 updated this revision to Diff 444786.
njames93 added a comment.
Added functionality for Checking equivalence to a StringRef without having to build the Glob.
These features are ground work for upcoming patches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129706/new/
https://reviews.llvm.org/D129706
Files:
clang-tools-extra/clang-tidy/GlobList.cpp
clang-tools-extra/clang-tidy/GlobList.h
clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129706.444786.patch
Type: text/x-patch
Size: 18013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220714/d3250691/attachment.bin>
More information about the cfe-commits
mailing list