mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() This patch implements an iterator on all the contents of IContainerSymbol. This is a first step to an iterator on the IAST nodes. Core: Created IExtensibleSymbol, which is a new base class for the symbol interfaces Created IUsingDirectiveSymbol and UsingDirectiveSymbol Modified ASTUsingDirective to use IUsingDirectiveSymbol Modified CompleteParseASTFactory.createUsingDirective Added IContainerSymbol.getContentsIterator() Implemented getContentsIterator in ContainerSymbol Core.tests: Modified CompleteParseASTTest.testUsingClauses Added ParserSymbolTableTest.testIterator_1 & testIterator_2 |
||
---|---|---|
build | ||
core | ||
debug | ||
doc | ||
launch/org.eclipse.cdt.launch | ||
releng |