mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
![]() It does not make sense for findTypeRelevantDeclarator to check whether the innermost declarator (result) is of type IASTArrayModifier: - There is no common subtype of IASTDeclarator and IASTArrayModifier. - IASTArrayModifier are attached to IASTArrayDeclarators but they are not resolved as nested declarators. - Similar to the existence of pointer operators, the resolution of the innermost type relevant declarator should stop at array declarators. Change-Id: I9c3673f60a48245eb51ccc8cb94757b87abf0265 Signed-off-by: Thomas Corbat <tcorbat@hsr.ch> |
||
---|---|---|
.. | ||
org.eclipse.cdt.alltests | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.aix | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.ia64 | ||
org.eclipse.cdt.core.linux.ppc | ||
org.eclipse.cdt.core.linux.ppc64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86 | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |