Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.4.0-beta1
-
None
Description
- Create a new project from the wizard, e.g. "Qt Console Application"
- Insert some invalid code to e.g. main.cpp
- Menu: Analyze > Clang Static Analyzer
==> The build finishes with an error as expected, but the analyzer view still shows a busy cursor. Hitting the stop button in the analyzer view does not help.
A successfully build project is a prerequisite for the analyzer. If it does not build, it should abort/stop.