Changeset 845cedc for src/SynTree
- Timestamp:
- Apr 25, 2016, 2:49:55 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, 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:
- add371c
- Parents:
- 67b1180
- File:
- 
      - 1 edited
 
 - 
          
  src/SynTree/Expression.cc (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/SynTree/Expression.ccr67b1180 r845cedc 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Mon Apr 18 17:25:06201612 // Last Modified On : Fri Apr 22 16:20:43 2016 13 13 // Update Count : 40 14 14 // … … 463 463 464 464 ImplicitCopyCtorExpr::ImplicitCopyCtorExpr( const ImplicitCopyCtorExpr & other ) : Expression( other ), callExpr( maybeClone( other.callExpr ) ) { 465 cloneAll( other.results, results );466 465 cloneAll( other.copyCtors, copyCtors ); 467 466 cloneAll( other.tempDecls, tempDecls ); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  