CDT Commit Report for - August 28, 2003

amagloire

updated.

Check in the IScannerInfo for include paths.

Overload some methods in WorkingCopy.

updated

Check if the Resource is valid.

Use CFileElementWorkingCopy

jcamelon

Core:
-#39961: Template parameter signature documentation
UI:
-#39968: Template Union missing an icon

CORE
Fixed bug39535 - Parser fails on namesapce aliases

TESTS
Moved bug39535 from failedTests to quickParse success tests.


Core :
- Added resolving references in a method's qualified name in Complete parse mode.
Example (.cpp file ):
The method "A::B::C::aMethod(){};" used to be an IASTFunction, with name = "A::B::C::aMethod".
Now is an IASTMethod, with name = "aMethod", and references to class A, class B and class C.

- Added the checking for "isConstructor" and "isDestructor" for an IASTMethod in complete parse mode.