Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.12.2
-
None
-
-
db2f2f92b6349fc0d8549ae01ab38613963c3f89 (qt-creator/qt-creator/master)
Description
QtCreator does not detect Clang-CL compiler in combination with MSVC 2019 toolchain.
The detection code only successfully detects Clang-CL for MSVC 2017 or lower. MSVC 2019 is ignored: https://github.com/qt-creator/qt-creator/blob/v4.12.2/src/plugins/projectexplorer/msvctoolchain.cpp#L1555