Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.5.0-beta1
-
macOS 10.12, QC beta 4.5 snapshot 62d971b30b
-
d6a6d356bbdca91773544ef6dfa2c5ef5370431d (qt-creator/qt-creator/4.9)
Description
Steps to reproduce:
- create a Widget Application from template
- set android kit as current target [if set to a Desktop kit this works]
- run the clang static analyzer on this project
Current result:
- I'm getting warnings on the Issues pane (one of the warnings states:
fatal error: too many errorsĀ emitted, stopping now [-ferror-limit=] 20 errors generated
(see also attached file)
- final issue is an error:
Clang Static Analyzer: Not all files could be analyzed.
- the summary [on the Debugger/CSA-toolbar] still displays "Clang Static Analyzer finished. No issues found."