1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Updated ChangeLog.

This commit is contained in:
John Camelon 2004-03-03 16:43:22 +00:00
parent 86d4a18fb8
commit 9ec8dc475a

View file

@ -1,3 +1,11 @@
2004-03-03 John Camelon
Added some trace statements to CompleteParseASTFactory.
Cleaned up usage of Enum.getValue() wrt encapsulation of enumerator value.
Refactored CompleteParseASTFactory for correctness and abstraction.
Added preliminary IProblem support to CompleteParseASTFactory.
Added (commented out unfortunately) assertions into CompleteParseASTFactory.
Updated IASTUsingDeclaration to return an Iterator for declarations mapped rather than just a single declaration.
2004-03-01 Andrew Niefer
bug 52695 : ast.complete.IASTClassSpecifier#getDeclarations returns an empty iterator
- take ASTNode.SymbolIterator and move it to org.eclipse.cdt.internal.core.parser.ast