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

Amin Yahyaabadi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 23 17:32:19 PST 2022


aminya added a comment.

Clang-tidy is very slow if you use it on a medium or large project. Something like this feature, even if it is not perfect, will definitely improve the experience with clang-tidy. The low performance of clang-tidy is one of the biggest frictions for using it.


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