Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.7.1
-
None
Description
src/tools/clangbackend/source/clangbackend_global.h assumes that CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles is defined when CINDEX_VERSION_MINOR > = 46, but clang 7.0.0 defines CINDEX_VERSION_MINOR to 49 and provides no CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles constant.