1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/core
Davin McCall 232b24cd80
[#457] Fix partial specialisation matching for deduced primitive types (#458)
Current partial specialisation selection matches deduced type by
IBinding, not by IType, meaning that it can't work for types (such as
primitive types) that aren't represented by an IBinding. Fix that by
wrapping the result of resolution in a type which can handle either.
2023-12-28 18:07:49 -05:00
..
org.eclipse.cdt.core [#457] Fix partial specialisation matching for deduced primitive types (#458) 2023-12-28 18:07:49 -05:00
org.eclipse.cdt.core.linux Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.linux.aarch64 Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.linux.ppc64le Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.linux.x86_64 Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.macosx Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.native Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.tests [#457] Fix partial specialisation matching for deduced primitive types (#458) 2023-12-28 18:07:49 -05:00
org.eclipse.cdt.core.win32 Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.core.win32.x86_64 Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.ui Amend list-initialization handling of class or aggregate 2023-12-28 17:40:41 -05:00
org.eclipse.cdt.ui.tests Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
pom.xml Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00