CDT Commit Report for - July 30, 2003

jcamelon

CORE
Updated AST to better represent pointers to functions/methods.
Implemented typedef declaration/x-ref infrastructure.

TESTS
Updated QuickParseASTTests for pointer to function updates.
Updated CompleteParseASTTests for typedef work.

Patch for Hoda Amer.

- The core patch modifies the CModelBuilder to recognize pointers to functions.
- The tests patch changes the CModelElementsTests and puts the pointer to function test back in its original place (as a variable).
- The ui patch modifies the NewClassWizard to use search in finding a base class ( the new indexer must be on for it to work ).

Patch for Victor Mozgin.

Fixed PR 39532 : Parser fails on fully-qualified class names.

mkhodjai

Moved the 'getReferencedProject' method to 'CDebugUtils'.
Added the cycle checking.