vbvictor wrote: > I waited for a long time for the above command to finish, but I didn't get > any output, and I eventually interrupted it. 🤷
Check processes if it is actually running. If so - should be finished eventually. Debug builds of clang-tidy can be pretty slow, make sure you use release build https://github.com/llvm/llvm-project/pull/191712 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
