1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
cdt/core/org.eclipse.cdt.core.tests
Nathan Ridge 477aa9c798 Bug 562697 - Fix comparison of qualifier type and pointer type
CDT has two representations for a pointer type wrapped in a
qualifier type: it can be an IPointerType with some qualifiers
set on it directly, or an IPointerType wrapped in an
IQualifierType. (We prefer the first representation to avoid
creating too many wrappers, but sometimes the second one arises
during template instantiation.) This patch makes sure that two
such types can compare equal even if they use different
representations.

Change-Id: Ia8c7d227c74378aae74f04545b9a69103c14e74b
2020-05-03 12:48:18 -04:00
..
.settings Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
META-INF Bug 561786 - Add unit tests for Elf 2020-04-09 04:35:19 -04:00
misc/org/eclipse/cdt Bug 561786 - Add unit tests in Elf for attributes and getSymbolReader 2020-04-17 08:00:01 -04:00
model/org/eclipse/cdt/core Bug 335344 - External settings lost after changing language IDs, take 2 2018-12-10 11:42:44 +01:00
parser/org/eclipse/cdt Bug 562697 - Fix comparison of qualifier type and pointer type 2020-05-03 12:48:18 -04: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 561786 - Add unit tests for Elf 2020-04-09 04:35:19 -04:00
.classpath Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
.project
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 540373: Cleanup: Remove trailing whitespace in properties files 2018-11-23 07:52:26 +00: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] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
test.xml