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.tests
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
META-INF [releng] Update plug-in versions 2020-10-06 16:20:18 -04:00
misc/org/eclipse/cdt bug 560330 remove \${ "to not resolve" functionality 2020-08-30 16:42:17 -04:00
model/org/eclipse/cdt/core Bug 329995 - Update all C/C++ views when the active configuration changes 2020-10-20 22:59:41 -04:00
parser/org/eclipse/cdt Bug 568625 - "Invalid arguments" using __underlying_type outside template 2020-11-09 12:06:57 -05:00
regression/org/eclipse/cdt/core/tests Bug 540373: Cleanup: Format & Remove trailing whitespace 2018-11-22 21:47:02 +00:00
resources Bug 561786 - Add unit tests for Elf 2020-04-09 04:35:19 -04:00
suite/org/eclipse/cdt/core Bug 568616 - Support for __is_same and __is_same_as (built-in equivalent to std::is_same) 2020-11-08 21:04:31 -05:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04: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 Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml bug 416628: "Export" of entries of language settings providers to referencing projects - added capability 2013-09-08 08:09:10 -04:00
pom.xml [releng] Update plug-in versions 2020-10-06 16:20:18 -04:00
test.xml