Ignore:
Timestamp:
Nov 13, 2014, 3:09:54 PM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, string, with_gc
Children:
c8ffe20b
Parents:
134b86a
Message:

add quoted identifiers, add compilation include directory, reformatted some files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/ControlStruct/MLEMutator.cc

    r134b86a r8c17ab0  
    8080      return branchStmt;
    8181
     82    // test if continue target is a loop
    8283    if ( branchStmt->get_type() == BranchStmt::Continue && enclosingLoops.empty() )
    8384      throw SemanticError( "'continue' outside a loop" );
Note: See TracChangeset for help on using the changeset viewer.