mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() - 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. |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |