[PATCH] D112720: [clang-tidy] Use globs in HeaderFilter

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 28 11:29:28 PDT 2021


lebedev.ri added a comment.

Assuming this is the change we want,
i would imagine the viable enablement path is to introduce some option "filters are regexes and not globs",
that defaults to `false`, and use it. Then some time later (2 releases?), flip the default and remove said option.
My main concern is that it should be possible to use the same config with clang-tidy from both trunk and last release.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112720/new/

https://reviews.llvm.org/D112720



More information about the cfe-commits mailing list