1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/core
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
..
org.eclipse.cdt.core Bug 562697 - Fix comparison of qualifier type and pointer type 2020-05-03 12:48:18 -04:00
org.eclipse.cdt.core.linux [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.linux.ppc64le [releng] Remove and add .prefs files according to improved cleanliness script 2020-04-26 14:52:45 -04:00
org.eclipse.cdt.core.linux.x86_64 [releng] Remove and add .prefs files according to improved cleanliness script 2020-04-26 14:52:45 -04:00
org.eclipse.cdt.core.macosx [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.native Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
org.eclipse.cdt.core.tests Bug 562697 - Fix comparison of qualifier type and pointer type 2020-05-03 12:48:18 -04:00
org.eclipse.cdt.core.win32 [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00
org.eclipse.cdt.core.win32.x86_64 [releng] Remove and add .prefs files according to improved cleanliness script 2020-04-26 14:52:45 -04:00
org.eclipse.cdt.ui Bug 562292 - Fix method definition position for override method 2020-04-22 01:00:48 -04:00
org.eclipse.cdt.ui.tests Bug 562292 - Fix method definition position for override method 2020-04-22 01:00:48 -04:00
pom.xml [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00