Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/User/NewIn99"

< CDT
Line 54: Line 54:
 
! style="width: 30%; text-align:left;" | MSVC output parser
 
! style="width: 30%; text-align:left;" | MSVC output parser
 
|
 
|
A new output parser was added that supports the MSVC compiler (cl.exe). This is useful for detecting macro definitions and include paths in external builds using this compiler. clang-cl.exe, the Clang replacement for cl is also supported.
+
A new output parser was added that supports the MSVC compiler (cl.exe). This is useful for detecting macro definitions and include paths in external builds using this compiler. clang-cl.exe, the Clang replacement for cl is also supported.  See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=547967 Bug 547967].
  
 
[[File:Msvc build output parser.png]]
 
[[File:Msvc build output parser.png]]

Revision as of 22:21, 26 June 2019


Release


This is the New & Noteworthy page for CDT 9.9 which is part of Eclipse 2019-09 Simultaneous Release





Build


MSVC output parser

A new output parser was added that supports the MSVC compiler (cl.exe). This is useful for detecting macro definitions and include paths in external builds using this compiler. clang-cl.exe, the Clang replacement for cl is also supported. See Bug 547967.

Msvc build output parser.png




Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.9


Back to the top