-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 9.0.0-beta1
-
None
Configure a custom compiler, and a kit that uses it (no customizations for the compiler, and no executable).
Open a minimal project. I used qmake:
CONFIG += console CONFIG -= qt SOURCES += main.cpp
main.cpp:
int global = 42;
The file is not highlighted, and no C++ features work on it.
clangd log from Inspect Language Clients attached.