Changeset 6a36975
- Timestamp:
- Aug 14, 2017, 4:56:17 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 303406a, 84993ff2, ae4038d
- Parents:
- 406a6e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r406a6e6 r6a36975 390 390 391 391 void Resolver::visit( CatchStmt *catchStmt ) { 392 Parent::visit( catchStmt ); 393 392 394 if ( catchStmt->get_cond() ) { 393 395 Expression * wrapped = new CastExpr(
Note: See TracChangeset
for help on using the changeset viewer.