Qt Creator's Clang Static Code Analyzer does not work for my code-base.
Unsolved
Qt Creator and other tools
-
may be you may try build you project using the following command
qmake QMAKE_CC=clang QMAKE_CXX=clang
-
may be you may try build you project using the following command
qmake QMAKE_CC=clang QMAKE_CXX=clang
@CleverFish I want to run Qt creator's Clang tool. however i run the above command in the terminal, i got following error:
In file included from ../timesys/imx6q_camaro/toolchain/include/features.h:388:
../timesys/imx6q_camaro/toolchain/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-soft.h' file not foundinclude <gnu/stubs-soft.h>