Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.5.0
-
None
-
QtCreator 4.5
Qt 5.9.3
android SDK Version: 26.1.1, NDK Version: 16.1.4479499
Description
When using QtCreator for android build, it produces many semantic error annotations in editor.
The same project works fine for other platforms, like mac or windows.
It appears the clang code model does not set the necessary include paths for android build, like all the cxxstl includes (functional, among others)
#include <functional> void foo() { std::function<void()> bar = foo; }