Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.2.1
Description
Clang Static Analyzer fails with the targets using arm toolchain.
Clang tries to include soft float header even when the target has been compiled with hard float (-mfloat-abi=hard).
Steps to reproduce the issue:
1. Create some Qt project in creator
2. Setup it to be run on embedded target
3. Launch clang static analyzer
Expected outcome:
Clang static analyzer works also with embedded arm targets
Actual outcome:
Clang static analyzer fails
Tested on:
Raspberry Pi3
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-17851 Update whitelist of compiler options that set macros for code model
- Closed