mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +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 | ||
ChangeLog |