Changeset 1abc5ab


Ignore:
Timestamp:
Jun 29, 2017, 5:13:32 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:
a12d5aa
Parents:
949934e
Message:

changed WithScopes? to WithGuards?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.cc

    r949934e r1abc5ab  
    8383
    8484        void split( CatchList& allHandlers, CatchList& terHandlers,
    85                     CatchList& resHandlers ) {
     85                                CatchList& resHandlers ) {
    8686                while ( !allHandlers.empty() ) {
    8787                        CatchStmt * stmt = allHandlers.front();
     
    412412
    413413
    414         class ExceptionMutatorCore : public WithScopes {
     414        class ExceptionMutatorCore : public WithGuards {
    415415                enum Context { NoHandler, TerHandler, ResHandler };
    416416
     
    490490                CatchList resumption_handlers;
    491491                split( tryStmt->get_catchers(),
    492                        termination_handlers, resumption_handlers );
     492                           termination_handlers, resumption_handlers );
    493493
    494494                if ( resumption_handlers.size() ) {
     
    548548        }
    549549
    550     void translateEHM( std::list< Declaration *> & translationUnit ) {
     550        void translateEHM( std::list< Declaration *> & translationUnit ) {
    551551                init_func_types();
    552552
Note: See TracChangeset for help on using the changeset viewer.