1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/codan
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.codan.checkers Improve ProblemBinding checker message for failed function instantiation (#668) 2024-02-02 11:40:47 -05:00
org.eclipse.cdt.codan.checkers.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.codan.checkers.ui.tests Update to latest Orbit which means new mockito version 2022-11-14 16:04:19 -05:00
org.eclipse.cdt.codan.core Clean up Maven build (#662) 2023-12-28 14:35:58 -05:00
org.eclipse.cdt.codan.core.cxx Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.codan.core.tests Fix codan return value check with typedef return and template function 2023-02-15 10:25:37 -05:00
org.eclipse.cdt.codan.examples Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.codan.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.codan.ui.cxx Workaround EASE 0.9.0 headless startup issue (#156) 2022-11-10 19:37:21 +00:00
org.eclipse.cdt.codan.ui.example.cfgview Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
pom.xml Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00