[clang-tools-extra] [clang-tidy] Fix false positive in readability-convert-member-functions-to-static for const overloads (PR #191712)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 13 07:36:18 PDT 2026


vbvictor wrote:

> Still, it took almost 5 minutes on my machine and I've debug build of clang-tidy, and it doesn't make sense for me to keep switching between debug build and release build just to be able to run this command. I guess, I'll have to bear the pain of longer time (~5 minutes) though.

You don't have to use built-from-main clang-tidy for analysis. Currenly in CI we use latest release which is clang-tidy-22. You can install it and use for analysis with `--clang-tidy-binary=clang-tidy-22` or create a symlink `clang-tidy-22 -> clang-tidy`

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


More information about the cfe-commits mailing list