CDT Commit Report for - February 9, 2004

hamer

Patch for Bogdan : Search for function with no parameters VS ignore parameters.

jcamelon

org.eclipse.cdt.core
Added support for inline method x-references.
Fixed Bug 44340 - Inline functions fail to resolve references
Fixed Bug 51243 - Content Assist in an empty document causes a NPE


org.eclipse.cdt.core.tests
Moved testErrorHandling_1() from failed tests to CompleteParseASTTest.
Moved testBug44340() from failed tests to CompleteParseASTTest.

Patch for Andrew Niefer.

Core:
- fix class cast exception in the symbol table while traversing the
inheritance of a class.
- filter the results of the prefix lookup for content assist so that those
symbol without attached AST nodes aren removed so that the iterator does
not later return a null.

Tests:
- added CompletionParseTests.testBug51260