1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Marc-Andre Laperle d5ec9d7c68
Improve ProblemBinding checker message for failed function instantiation (#668)
Display the new more accurate error when all candidates were failed
instantiations. Otherwise, if there is a mix of failed instantiation and
wrong number of arguments, display the old message.
This could really be improved even more...

template<typename T>
void function() {}

Before:
function(); // Invalid arguments 'Candidates are:

After:
function(); // Cannot instantiate template function 'Candidates are:
2024-02-02 11:40:47 -05:00
..
org.eclipse.cdt.core Improve ProblemBinding checker message for failed function instantiation (#668) 2024-02-02 11:40:47 -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 Improve ProblemBinding checker message for failed function instantiation (#668) 2024-02-02 11:40:47 -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