Ignore:
Timestamp:
Dec 13, 2016, 4:13:08 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
7933351
Parents:
f7e749f
Message:

fixed StmtExpr? code in PolyMutator?, added missing copy constructor, misc documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    rf7e749f rfc638d2  
    281281                } // if
    282282                output << " }";
     283        }
     284
     285        void CodeGenerator::visit( ConstructorInit * init ){
     286                assertf( false, "ConstructorInit nodes should not make it to CodeGen." );
    283287        }
    284288
Note: See TracChangeset for help on using the changeset viewer.