You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core Build projects, CMake and Makefile, have no option in the project properties to change the used error parsers for the project. The only option is to change it in the global Workspace settings.
Managed Build projects do have this option in the project properties.
C/C++ Build >> Settings >> Error Parsers
I would like to have this option too for Core Build projects.
best regards,
Erwin Waterlander
The text was updated successfully, but these errors were encountered:
An LLVM error parser can be automatically selected based on the toolchain. A problem at the moment is that CDT does not have an LLVM error parser. See #752
What triggered this issue was that I was looking for an LLVM error parser, because of #752.
Issue #752 was fixed in #803. An LLVM parser is not needed at the moment, because the GCC parser can be used. It has now a tiny extension to also support LLVM remarks. Secondly the error parser can be automatically selected based on the toolchain. There is no extra option needed for this in the project properties.
Hi,
Core Build projects, CMake and Makefile, have no option in the project properties to change the used error parsers for the project. The only option is to change it in the global Workspace settings.
Managed Build projects do have this option in the project properties.
C/C++ Build >> Settings >> Error Parsers
I would like to have this option too for Core Build projects.
best regards,
Erwin Waterlander
The text was updated successfully, but these errors were encountered: