1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 05:25:21 +02:00
cdt/core/org.eclipse.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
..
.settings Bug 568079: Reformat source code using clang-format 2020-10-31 20:13:42 -04:00
browser/org/eclipse/cdt Remove unreachable code 2020-11-03 14:33:15 -05:00
doxygen/org/eclipse/cdt/doxygen Bug 562997 - Switch CDT doxygen to use new Equinox preferences API 2020-05-09 11:42:57 -04:00
META-INF [releng] Update plug-in versions 2020-10-06 16:20:18 -04:00
model/org/eclipse/cdt Bug 329995 - Update all C/C++ views when the active configuration changes 2020-10-20 22:59:41 -04:00
OSGI-INF Bug 559193 - Rework DoxygenPreferences to encapsulate constants 2020-01-22 11:47:43 -05:00
parser/org/eclipse/cdt Bug 568625 - "Invalid arguments" using __underlying_type outside template 2020-11-09 12:06:57 -05:00
schema Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
src/org/eclipse/cdt Bug 567261 - Revert "541239: [C++17] Implement parser support for deduction guides" 2020-10-05 21:40:00 -04:00
templateengine/org/eclipse/cdt Bug 564276 - Extract CDT Core templateengine to a separate bundle 2020-06-15 14:21:21 -04:00
utils/org/eclipse/cdt Bug 530194: Don't assume that dwarf headers have valid positions 2020-11-03 11:05:21 -05:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.options Added tracing to CompositeValue.create. 2017-02-27 20:29:30 -08:00
.project Remove unused C Nature from cdt core 2020-11-03 14:29:40 -05:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Bug 565154 - Delete CDT Core Options API 2020-08-01 05:54:03 -04:00
plugin.properties Bug 495661 - Period is a valid symbol in a section name 2020-04-01 15:36:25 -04:00
plugin.xml Bug 558638: Add nature user display names 2020-01-02 18:18:00 -05:00