mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
Mirror of https://github.com/eclipse-cdt/cdt
![]() -> added IASTNode.accept( ASTVisitor ) -> old BaseVisitorAction is now ASTVisitor -> old CBaseVisitorAction is now CASTVisitor (extends ASTVisitor) -> old CPPBaseVisitorAction is now CPPASTVisitor (extends ASTVisitor) -> old IASTVisitor, ICASTVisitor, ICPPASTVisitor are gone -> CVisitor.visit* and CPPVisitor.visit* are gone, replaced by accept on each ast node. now, instead of tu.getVisitor().visitTranslationUnit( action ) do tu.accept( action ) |
||
---|---|---|
build | ||
core | ||
debug | ||
doc | ||
launch/org.eclipse.cdt.launch | ||
releng |