zeyi2 wrote: > Did you use `optimized` build of clang-tidy (installed from apt-get or > Release local build)?
I was using the one built from `main` branch: ```shell $ ./build/bin/clang-tidy --version LLVM (http://llvm.org/): LLVM version 22.0.0git Optimized build with assertions. ``` It is possible that this problem is because of my laptop.. > I will double-check later. Thanks! https://github.com/llvm/llvm-project/pull/170004 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
