Changeset d8938622 for src/AST/Stmt.cpp


Ignore:
Timestamp:
May 22, 2019, 3:38:47 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6380f78
Parents:
37eef7a
Message:

Broken GenericSubstitution? version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Stmt.cpp

    r37eef7a rd8938622  
    2222// --- CompoundStmt
    2323CompoundStmt::CompoundStmt( const CompoundStmt& o ) : Stmt(o), kids(o.kids) {
     24#   warning unimplemented
    2425        assert(!"implemented");
    2526}
Note: See TracChangeset for help on using the changeset viewer.