CDT Commit Report for - February 18, 2005

amagloire

2005-02-18 Mikhail Khodjaiants
Remove.
* cdi/org/eclipse/cdt/debug/core/cdi/ICDIManager.java

Remove warning.

2005-02-16 Alain Magloire
Fix for PR 85625, The IBinary info were not remove in the cache.
* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java

aniefer

address of overloaded functions

- add isStatic to IVariable
- fix bug 85824
- fix problems with implicit scopes

dschaefer

Updates to completion parse 2.

Start of new DOM based Completion Parser:
- New UI preference to enable new stuff
- New token type for completion
- Scanner changes to generate new token
- Parser handling for completion at start of statement
- AST service changes to call the scanner/parser in new "mode"

jcamelon

Patch for Devin Steffler.

FIXED 84176 - compound literal C example from C99 6.5.2.5-16 has 2 IASTProblemStatements

mkhodjai

Bug 82264: Enhance the Shared Libraries view. Replaced the Shared Libraries view by the Modules view.

Bug 82264: Enhance the Shared Libraries view. No need to compute the module's labels in background.

Bug 82264: Enhance the Shared Libraries view. Removed the Shared Libraries view.

Bug 82264: Enhance the Shared Libraries view. Removed the core support of the Shared Libraries view.

Bug 82264: Enhance the Shared Libraries view. Removed the core support of theShared Libraries view.

vhirsl

Fix for 85056: Discovered Inclusions broken on for Managed Make projects
and 85229: Problem with scannerInfoCollector attribute in the toolChain schema of MBS.
Replaced ToolChain's attribute scannerInfoCollector with ScannerConfigDiscoveredProfileId in managed builder extension point definition schema. Discovery of compiler's internal scanner info for a manged project now uses specified SCD profile.
On Windows, specified profile calls cygpath to translate discovered paths.