[PATCH] D34654: Allow passing a regex for headers to exclude from clang-tidy
Carlos Galvez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 04:51:53 PDT 2021
carlosgalvezp added a comment.
On the other hand, switching from Regex to Glob will be quite a breaking change - everyone has `.*` in their config file, which will silently stop to work when switching to Glob and suddenly people won't get their headers linted. What do you think?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D34654/new/
https://reviews.llvm.org/D34654
More information about the llvm-commits
mailing list