Ignore:
Timestamp:
Jun 16, 2017, 12:01:25 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
1a42132
Parents:
816d61c (diff), 974bcdd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg2:software/cfa/cfa-cc

Location:
doc/working/exception
Files:
3 added
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • doc/working/exception/translate.c

    r816d61c rf13ee31  
    5454
    5555__throw_resume(exception_instance);
     56
     57
     58
     59// Rethrows (inside matching handlers):
     60"Cforall"
     61
     62throw;
     63
     64resume;
     65
     66"C"
     67
     68__rethrow_terminate();
     69
     70return false;
    5671
    5772
     
    237252                }
    238253                void finally1() {
    239                         // (Finally, because of timing, also work for resume.)
     254                        // Finally, because of timing, also works for resume.
     255                        // However this might not actually be better in any way.
    240256                        __try_resume_cleanup();
    241257
Note: See TracChangeset for help on using the changeset viewer.