SUMMARY Warnings and errors are not highlighted orange and red respectively, although the preceding "In file..." lines do get highlighted blue. An example warning line is: Application/Infrastructure/DataManager/Include/EnumeratedItem.hpp(15,10): warning: non-portable path to file '"Application.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path] STEPS TO REPRODUCE 1. Use clang-cl on Windows 2. Build some code that generates warnings/errors OBSERVED RESULT Warnings and errors are not highlighted. EXPECTED RESULT Warnings and errors are highlighted. SOFTWARE/OS VERSIONS Windows: Server 2016 Standard (available in About System) KDE Plasma Version: KDE Frameworks Version: 5.67.0 Qt Version: ADDITIONAL INFORMATION
Also, link errors, e.g.: NodeValueChangeEventLogger.obj : error LNK2019: unresolved external symbol "private: static struct NodeValueChangeEventLoggerElement::NodeValueEvents const * const NodeValueChangeEventLoggerElement::NODES_VALUE_EVENTS" (?NODES_VALUE_EVENTS@NodeValueChangeEventLoggerElement@@0QBUNodeValueEvents@1@B) referenced in function "private: void __thiscall NodeValueChangeEventLoggerElement::InitialiseNodesEvents(void)" (?InitialiseNodesEvents@NodeValueChangeEventLoggerElement@@AAEXXZ)