mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() Added ISourceElementCallbackDelegate interface for AST constructs to allow the Parser to delegate callback's to the nodes themselves. Got rid of ParserMode.STRUCTURAL_PARSE for the time being. Removed org.eclipse.cdt.internal.core.parser.ast.full. Created org.eclipse.cdt.internal.core.parser.ast.complete. Updated ParserFactory.createScanner() to force the user to provide a callback and a ParserMode. Introduced ASTSemanticException for COMPLETE_PARSE mode. Fleshed out preliminary IASTReference interfaces and added callbacks to ISourceElementRequestor. Removed acceptElaboratedTypeSpecifier() from ISourceElementRequestor. TESTS Updated ParserSymbolTableTests to remove dependencies on parser.ast.full classes. Updated Parser test suites for updates to ParserFactory. |
||
---|---|---|
core | ||
debug | ||
doc/org.eclipse.cdt.doc.user | ||
launch/org.eclipse.cdt.launch | ||
releng |