1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/core
Marc-Andre Laperle 0b1492b5c8 Add leave method to ICElementVisitor to support leaving ICElements
This can be used when walking the ICElement tree and wanting
to act after visiting all children of an element and the element itself.
For example, I use this to collect information about whether or not
all files in a folder are excluded or not and when "leaving" the source
container, I can then act on whether or not the
source exclusions can be simplified by excluding the whole folder.
Without the leave() method, one would have to do cumbersome and
error-prone path checking when visiting each node to detect if we
have left a parent node.

Change-Id: Iad480fe18f28db1477d5d527ac51c320f6d280b7
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2020-07-27 12:04:50 -04:00
..
org.eclipse.cdt.core Add leave method to ICElementVisitor to support leaving ICElements 2020-07-27 12:04:50 -04:00
org.eclipse.cdt.core.linux Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00
org.eclipse.cdt.core.linux.ppc64le Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00
org.eclipse.cdt.core.linux.x86_64 Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00
org.eclipse.cdt.core.macosx Bug 564123: Remove deprecated method from EnvironmentReader 2020-06-13 18:01:08 -04:00
org.eclipse.cdt.core.native Bug 521515 - Access Windows registry using JNA 2020-07-18 08:36:44 +02:00
org.eclipse.cdt.core.tests Add leave method to ICElementVisitor to support leaving ICElements 2020-07-27 12:04:50 -04:00
org.eclipse.cdt.core.win32 Bug 521515 - Access Windows registry using JNA 2020-07-18 08:36:44 +02:00
org.eclipse.cdt.core.win32.x86_64 Bug 521515 - Access Windows registry using JNA 2020-07-18 08:36:44 +02:00
org.eclipse.cdt.ui Fixed NLS warnings and removed excess semicolon 2020-07-15 22:31:35 -04:00
org.eclipse.cdt.ui.tests Bug 564273 - Fix format lambda expressions without parenthesis 2020-06-15 00:58:12 -04:00
pom.xml [releng] Bump version to 10.0.0 2020-04-11 17:46:58 -04:00