Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.13.3, Qt Creator 4.14.0, Qt Creator 4.15.0-rc1
-
Fix Version/s: Qt Creator 6.0.0-beta2
-
Component/s: Analyzer: Clang Tidy & Clazy
-
Labels:
-
Platform/s:
-
Commits:9c86e6746fb82d6244cc2fc565d5f730c67f8106 (qt-creator/qt-creator/6.0)
Description
With Android Clang Multi-Abi or Clang arm, Clang-Tidy and Clazy Analyze fails with the following error.
C:\Qt\5.15.3\android\include\QtCore/qprocessordetection.h:150:6: error: "ARM architecture too old" [clang-diagnostic-error] # error "ARM architecture too old"
How to reproduce :
1. Open Qt Analogclock example (https://doc.qt.io/qt-5/qtwidgets-widgets-analogclock-example.html)
2. Select kit e.g. Android Qt5.15.3 Clang Multi-Abi
3. Run Clang-Tidy and Clazy
The whole log is attached.