1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
Find a file
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
build update 2003-08-22 21:26:28 +00:00
core Core : 2003-08-28 15:50:31 +00:00
debug updated. 2003-08-26 18:23:38 +00:00
doc/org.eclipse.cdt.doc.user Fix the version number to 1.1.0 2003-08-26 18:38:05 +00:00
launch/org.eclipse.cdt.launch 2003-08-05 Mikhail Khodjaiants 2003-08-05 17:06:19 +00:00
releng Switched to use xerces to eliminate dependency on JDK 1.4 2003-08-28 14:16:53 +00:00