[PATCH] D34654: Allow passing a regex for headers to exclude from clang-tidy

Mateusz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 08:12:10 PDT 2021


Ashimaru added a comment.

In my company we are using a lot of standard checks and it becomes time consuming - this patch would be extremely useful to us and non of proposals montioned @alexfh seem to solve the issue.
We would like to select which directories containing headers would be checked and using filtering after checking still has problem of running all checks on file that will later discarded - and we do not like paying for something we do not use ;)


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