Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/User/NewIn910

< CDT
Revision as of 23:55, 25 October 2019 by Unnamed Poltroon (Talk) (Created page with "<!-- Format for an entry: ---- {| style="width: 100%;" |- style="vertical-align:top;" ! style="width: 30%; text-align:left;" | short title here | Full description - perhaps...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Release


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





Build


New language settings provider: Compilation Database Parser

For managed build projects, it is now possible to specify the path to a compile_commands.json and reuses existing build output parsers (GCC, MSVC) to detect all the language entries for each file (macros, includes, etc). With this, there is no need to do a full build and in fact no need to have a working build configured in CDT for indexing to work and be fully configured. See Bug 547967.

Compilation Database Parser.png




Bugs Fixed in this Release


See Bugzilla report Bugs Fixed in CDT 9.10


Back to the top