mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() - 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. |
||
---|---|---|
build | ||
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |