CDT Commit Report for - April 17, 2003

amagloire

updated.

Call VariableManager.update()

Correct bug 36624

The old parser was failing.

Fix typo.

use setSelection(ICElement) in revealInEditor.

new setSelection(ICElement) method

dschaefer

Patch for Andrew Niefer:
- Automated test framework for batch parsing files on the filesystem

Patch for John Camelon:
CORE
Fixed Bug36532 - Hang on partial template definition.
Fixed Bug36432 - Trying to open attached source code hangs
Eclipse.
Fixed Bug36594 - Parser Stack Overflow on unaryExpression
Fixed Bug36600 - Elaborated Enumerated Types Parse Incorrectly.

TESTS
Added DOMTests::testBug36532().
Added DOMTests::testBug36432().
Added DOMTests::testBug36594().
Added DOMTests::testBug36600().
Added DOMTests::testArrayOfPointerToFunctions().

Update to build model.
- ablility to add configs to target and set options on configs.

Patch for Hoda Amer:
- Fix for bug 36604 : NPE in CModelBuilder for given input

Patch for John Camelon:
CORE
        Fixed error in Elaborated Enumeration Types. 
        Fixed Bug36559  - Parsing Templates...
        Fixed Bug36634  - Enum start line error

TESTS
        Updated DOMTests::testBug36600().
        Updated LineNumberTest::testDOMLineNos(). 
        Added DOMTests::testBug36559(). 

mkhodjai

Check if the underlying cdi variable is not null before accessing it.