Ignore:
Timestamp:
Mar 14, 2018, 1:19:39 PM (6 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, with_gc
Children:
720a007
Parents:
e2c70ab
Message:

Update parser for new fallthrough semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    re2c70ab r6a276a0  
    392392
    393393Statement * build_if( IfCtl * ctl, StatementNode * then_stmt, StatementNode * else_stmt );
    394 Statement * build_switch( ExpressionNode * ctl, StatementNode * stmt );
     394Statement * build_switch( bool isSwitch, ExpressionNode * ctl, StatementNode * stmt );
    395395Statement * build_case( ExpressionNode * ctl );
    396396Statement * build_default();
Note: See TracChangeset for help on using the changeset viewer.