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/NewIn83

< CDT
Revision as of 12:26, 10 December 2013 by Unnamed Poltroon (Talk)

Editor

Build

Toolchains

  • Language dialect options in GNU toolchain definition (Bug 404913).

DialectLanguageStandard.png

Scanner Discovery/Language Settings Providers

  • Use applicable options (such as language dialect) from build settings during discovery of built-in settings (Bug 404913). But note that to use options changed by user the built-in settings provider needs to be set as non-shared.

BuiltInDetectors-FLAGS.png

Indexing

Preferences for header variants

New indexer preferences:

  • Index all header variants
  • Index all header variants of specific headers

IndexerHeaderVariantsPref.png

These new preferences give the user more control over how the indexer handle variants of headers. By default, the indexer will index all variants of headers which do not have include guards or #pragma once. In certain cases, this strategy is not sufficient. To resolve this, the indexer can be configured to index all variants of headers, at the possible expense of indexing time. If the problematic headers are known, a comma separated list of headers can be specified and only those will be indexed for all variants.

Debug

Bugs Fixed in this Release

See bugzilla report Bugs Fixed in CDT 8.3

Back to the top