1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00
cdt/core
Nathan Ridge 659ff8c4a7 Avoid EvalFunctionCall storing the evaluation for the implicit 'this' twice
In cases where the function argument was an EvalMemberAccess with an
ownerEval storing the evaluation for the implicit 'this', the field
EvalFunctionCall.fImplicitThis was duplicating this storage, leading
to exponential space usage in chained method calls.

Change-Id: I56e775143b47a3a7f986c2d86312f122c2d4bcff
2016-12-19 14:41:38 -04:00
..
org.eclipse.cdt.core Avoid EvalFunctionCall storing the evaluation for the implicit 'this' twice 2016-12-19 14:41:38 -04:00
org.eclipse.cdt.core.aix Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.linux Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.linux.ppc Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.linux.ppc64 Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.linux.ppc64le Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.linux.x86 Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.linux.x86_64 Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.macosx Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.native Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.tests Bug 399147 - Make 'Find Reference' find using-declarations 2016-12-19 14:34:10 -04:00
org.eclipse.cdt.core.win32 Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.win32.x86 Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.core.win32.x86_64 Update version to 9.3.0 2016-11-15 20:32:51 -05:00
org.eclipse.cdt.ui Bug 395562 - Completion of static members after class qualifier 2016-12-19 14:37:14 -04:00
org.eclipse.cdt.ui.tests Bug 395562 - Completion of static members after class qualifier 2016-12-19 14:37:14 -04:00