1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/core
Marc-Andre Laperle 8d24554856
Fix a case of variable template instance not resolved (#655)
When the variable template was instantiated through an implicit name
(constructor), the current look-up point was used to determine whether
or not the variable instance was an explicit specialization but it's not
enough. During resolution of implicit name, the look-up was on the
constructor call, not on the variable instance. I'm not sure if the
current look-up should be changed but we already had the information
about the AST node being an explicit specialization down the stack, so
we just pass that info now and it seems safer than changing the look-up
point.
2023-12-27 16:44:53 -05:00
..
org.eclipse.cdt.core Fix a case of variable template instance not resolved (#655) 2023-12-27 16:44:53 -05:00
org.eclipse.cdt.core.linux Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.linux.aarch64 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.linux.ppc64le Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.linux.x86_64 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.macosx Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.native Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.tests Fix a case of variable template instance not resolved (#655) 2023-12-27 16:44:53 -05:00
org.eclipse.cdt.core.win32 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.win32.x86_64 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.ui Provide viewer filter for absent C/C++ translation unit files 2023-10-20 16:38:05 +01:00
org.eclipse.cdt.ui.tests Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
pom.xml Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00