1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00
cdt/core/org.eclipse.cdt.core.tests
Nathan Ridge b4ffef7cbb Bug 508254 - Static field of enclosing class type
We previously guarded against recursion in this case, but the
result was an invalid composite value that could cause problems
down the line.

This patch avoids getting into the recursion to begin with by
skipping the processing of static fields in a case where it's
not necessary to begin with.

Change-Id: Ic3a346092bb7ad5c94cd15871110dd17ecd64886
2016-12-19 14:14:21 -04:00
..
.settings Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
META-INF Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
misc/org/eclipse/cdt Bug 499471: Workaround indexer deadlock when tests running 2016-08-12 05:13:35 -04:00
model/org/eclipse/cdt/core Bug 499471: Workaround indexer deadlock when tests running 2016-08-12 05:13:35 -04:00
parser/org/eclipse/cdt Bug 508254 - Static field of enclosing class type 2016-12-19 14:14:21 -04:00
regression/org/eclipse/cdt/core/tests Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
resources Bug Bug 482225 - decltype(auto) not parsed 2016-08-19 16:48:13 +02:00
suite/org/eclipse/cdt/core Code cleanup 2016-11-29 20:16:01 -05:00
.classpath Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
.project Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
about.html Updated the about.html files. 2006-05-24 13:51:50 +00:00
build.properties Remove reference to java environment in build.properties 2015-09-29 08:57:47 -04:00
plugin.xml bug 416628: "Export" of entries of language settings providers to referencing projects - added capability 2013-09-08 08:09:10 -04:00
pom.xml Update version to 9.3.0 2016-11-15 20:32:51 -05:00
test.xml