Changeset 4e06c1e for src/SynTree/AddStmtVisitor.cc
- Timestamp:
- Jul 12, 2016, 6:34:10 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e4d3ceb
- Parents:
- 6e4b913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/AddStmtVisitor.cc
r6e4b913 r4e06c1e 9 9 // Author : Rob Schluntz 10 10 // Created On : Wed Jun 22 12:11:17 2016 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Wed Jun 22 12:16:29 201613 // Update Count : 1 111 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 12 17:49:59 2016 13 // Update Count : 12 14 14 // 15 15 … … 75 75 } 76 76 77 void AddStmtVisitor::visit(ChooseStmt *switchStmt) {78 visitStatementList( switchStmt->get_branches() );79 maybeAccept( switchStmt->get_condition(), *this );80 }81 82 77 void AddStmtVisitor::visit(CaseStmt *caseStmt) { 83 78 visitStatementList( caseStmt->get_statements() );
Note: See TracChangeset
for help on using the changeset viewer.