[clang-tools-extra] [clang-tidy] Speed up `misc-header-include-cycle` (PR #148757)

Victor Chernyakin via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 15 08:27:22 PDT 2025


localspook wrote:

It doesn't seem like preprocessor-based checks appear in the profile. You can see this with an existing preprocessor check; running `clang-tidy --checks=-*,readability-redundant-preprocessor -enable-check-profile` produces no output.

https://github.com/llvm/llvm-project/pull/148757


More information about the cfe-commits mailing list