Open Dushistov opened 1 year ago
Could you please try 17 or main
branch? https://godbolt.org should be helpful.
I can not find clang-tidy in godbolt, but I was able to install 17.0.3 on Linux machine. Looks like 17.0.3 contains fix, at least no hangs, and clang-tidy works fast enought.
@Dushistov: You need to add relevant tool in addition to compiler on GodBolt.
Possible duplicate of https://github.com/llvm/llvm-project/issues/69369?
test.zip
With attached file if you run (with clang/llvm 15.0.7):
all works fine.
But with clang/llvm 16.0.6
it hangs on time from 2 minutes to more then several hours.
And it happens randomly, some times run takes several seconds, some times minutes or hours. On my machine, running the clang-tidy (16.0.6) 10 times results in a 100% hang.