1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 09:16:02 +02:00
Find a file
John Camelon 9cac774800 Patch for Andrew Niefer
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
2004-01-17 00:18:24 +00:00
build - cleanup UI 2004-01-13 18:54:39 +00:00
core Patch for Andrew Niefer 2004-01-17 00:18:24 +00:00
debug Fix for bug 48682: IThread.getBreakpoints() stubbed out. 2004-01-15 22:09:35 +00:00
doc Fix version number. 2004-01-05 20:51:56 +00:00
launch/org.eclipse.cdt.launch removed warning 2004-01-13 18:44:43 +00:00
releng Make failure more visible. 2004-01-14 22:03:23 +00:00