Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied [HEAD] Re: [cdt-patch] References resolved in qualified method names (complete parse mode)

JohnC



Hoda Amer/Ottawa/IBM@IBMCA 
Sent by: cdt-patch-admin@xxxxxxxxxxx
08/28/2003 11:33 AM
Please respond to
cdt-patch@xxxxxxxxxxx


To
cdt-patch@xxxxxxxxxxx
cc

Subject
[cdt-patch] References resolved in qualified method names (complete parse 
mode)







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. 
Tests: 


Regards, 
Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group 
[attachment "core.aug.28.txt" deleted by John Camelon/Ottawa/IBM] 
[attachment "tests.aug.28.txt" deleted by John Camelon/Ottawa/IBM] 



Back to the top