1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
cdt/core
Marc-Andre Laperle c0b26f9993 Bug 568625 - "Invalid arguments" using __underlying_type outside template
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>
2020-11-09 12:06:57 -05:00
..
org.eclipse.cdt.core Bug 568625 - "Invalid arguments" using __underlying_type outside template 2020-11-09 12:06:57 -05:00
org.eclipse.cdt.core.linux [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.linux.aarch64 Bug 568079: Hook into Eclipse tracing system for native code 2020-11-04 13:37:24 -05:00
org.eclipse.cdt.core.linux.ppc64le Bug 568079: Hook into Eclipse tracing system for native code 2020-11-04 13:37:24 -05:00
org.eclipse.cdt.core.linux.x86_64 Bug 568079: Hook into Eclipse tracing system for native code 2020-11-04 13:37:24 -05:00
org.eclipse.cdt.core.macosx Bug 568079: Hook into Eclipse tracing system for native code 2020-11-04 13:37:24 -05:00
org.eclipse.cdt.core.native Bug 568079: Warnings as errors 2020-11-05 20:24:54 -05:00
org.eclipse.cdt.core.tests Bug 568625 - "Invalid arguments" using __underlying_type outside template 2020-11-09 12:06:57 -05:00
org.eclipse.cdt.core.win32 [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00
org.eclipse.cdt.core.win32.x86_64 Bug 568079: Warnings as errors 2020-11-05 20:24:54 -05:00
org.eclipse.cdt.ui Bug 329995 - Update all C/C++ views when the active configuration changes 2020-10-20 22:59:41 -04:00
org.eclipse.cdt.ui.tests Bug 567778 - [Include Browser] Cannot open the Include Browser on file outside source folder 2020-10-12 12:15:43 -04:00
pom.xml [releng] Bump version to 10.1.0 2020-10-06 16:20:18 -04:00