Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
Qt Creator 10.0.0-rc1
-
None
Description
In the previous version qtc9 when I had some clang tidy warnings (yellow triangle) and I edited the file (fixed that clang-tidy problem or not) and then saved the file, then the warning was grayed out, the file was analyzed again in the background and that warning disappeared or was displayed again.
This is not happening in qtc10, the warning is not grayed out and updated, but I can see in the task manager that the clang-tidy.exe process is executed in the background.
I don't know if this problem also exists for the clazy.
This bug is not reproducible on hello world project and I don't even have steps how to reproduce it, but now I'm at 100% sure that it's happening because now it happened to me, so I'm reopening this.