[PATCH] D34654: Allow passing a regex for headers to exclude from clang-tidy
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 28 07:08:36 PDT 2021
carlosgalvezp added a comment.
> everyone has .* in their config file, which will silently stop to work
Nevermind this. `.*` treated as a glob will turn into the regex `..*` which is equivalent.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D34654/new/
https://reviews.llvm.org/D34654
More information about the cfe-commits
mailing list