CDT Commit Report for - April 4, 2003

amagloire

updated.

Fix warning now that we move forward to 2.1

Put a limit of the number of stack to examine
when updating the variables if not it may
crash gdb for very deep recursive calls.

Fix the ContentAssist, the way action are register
changed in 2.1

dschaefer

Patch for Hoda Amer:
- Delta Builder Helper Functions in the CModel
- Plus some cleanups

Patch for John Camelon:
Core fix for Outline View
- Fixed bug35939. Proper CElement position is set on
Simple Declarations, Class Specifications, Namespaces,
Enumerations and Enumerators, Macros and Inclusions.
- Callbacks updated to provide additional offset
information.

Patch for John Camelon:
CORE
Fixed defects 36019, 36020, 36045.
Finished template declarations and their callbacks for the DOM (not the Code Model).

TESTS
Updated ScannerTest::testSimpleIfdef() for bug36019.
Updated ScannerTest::testNumerics() for bug36020.
Added ScannerTest::testBug36045().
Updated DOMTests::testTemplateDeclaration() for template grammar updates.