mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
![]() ICPPUnaryTypeTransformation was meant to be used only when the transformation is applied on a dependent type. But it was actually always used when creating types for decl specifiers, regardless if a dependent type was involved or not. The untransformed type was causing issues because code dealing with ITypes doesn't apply the transformation everywhere. It seems better to apply the transformation early when possible and let the rest of the logic intact. Change-Id: I1b6d77a857e901f71f00e935e75d24cea87c3118 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com> |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.aarch64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |