1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
Find a file
Andrew Niefer 623eeb6f1d Change visiting of AST tree.
-> 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 )
2005-03-08 19:32:22 +00:00
build SCD profiles: integration with CPathEntry framework. 2005-03-02 19:02:44 +00:00
core Change visiting of AST tree. 2005-03-08 19:32:22 +00:00
debug Removed deprecated "WorkbenchHelp" references. 2005-03-08 17:43:58 +00:00
doc Removing the old shared lib 2005-03-04 19:28:56 +00:00
launch/org.eclipse.cdt.launch 2005-02-24 Alain Magloire 2005-02-24 20:53:44 +00:00
releng Updated the build scripts to use scp. This required a little expect magic to get working since the jsch ant plugin had issues hooking up to the new server cluster. 2005-02-24 20:10:52 +00:00