[clang-tools-extra] [clang-tidy] Fix false positive in readability-convert-member-functions-to-static for const overloads (PR #191712)
Gaurav Dhingra via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 05:48:47 PDT 2026
gxyd wrote:
I got it working locally, first I had to disable precompiled headers (I did it using `-DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON`, as you mentioned on discord channel). 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.
https://github.com/llvm/llvm-project/pull/191712
More information about the cfe-commits
mailing list