Changes in src/SynTree/AddStmtVisitor.cc [ea6332d:8688ce1]
- File:
-
- 1 edited
-
src/SynTree/AddStmtVisitor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/AddStmtVisitor.cc
rea6332d r8688ce1 15 15 16 16 #include "AddStmtVisitor.h" 17 18 #include "Common/SemanticError.h" // for SemanticError 19 #include "Declaration.h" // for Declaration 20 #include "Expression.h" // for Expression 21 #include "Statement.h" // for CompoundStmt, ForStmt, IfStmt, Sta... 22 #include "SynTree/Label.h" // for Label, noLabels 17 #include "Statement.h" 18 #include "Declaration.h" 19 #include "Expression.h" 20 #include "Common/utility.h" 23 21 24 22 void AddStmtVisitor::visitStatementList( std::list< Statement* > &statements ) {
Note:
See TracChangeset
for help on using the changeset viewer.