1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
John Camelon 55bd1089ae 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.
2003-08-28 15:50:31 +00:00
..
org.eclipse.cdt.core Core : 2003-08-28 15:50:31 +00:00
org.eclipse.cdt.core.linux update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.qnx update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.solaris update version 2003-04-23 16:41:03 +00:00
org.eclipse.cdt.core.tests Core : 2003-08-28 15:50:31 +00:00
org.eclipse.cdt.core.win32 Missed a version number for the fragment plugin 2003-05-15 15:24:36 +00:00
org.eclipse.cdt.ui updated. 2003-08-27 13:17:58 +00:00
org.eclipse.cdt.ui.tests Fix the version number. 2003-08-28 04:09:30 +00:00