Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslateNew.cpp

    r37273c8 r60e14fc  
    253253                location,
    254254                "try",
     255                {}, //forall
    255256                {}, //no param
    256257                {}, //no return
     
    266267                location,
    267268                "catch",
     269                {}, //forall
    268270                { make_index_object( location ), make_exception_object( location ) },
    269271                {}, //return void
     
    279281                location,
    280282                "match",
     283                {}, //forall
    281284                { make_exception_object( location ) },
    282285                { make_unused_index_object( location ) },
     
    292295                location,
    293296                "handle",
     297                {}, //forall
    294298                { make_exception_object( location ) },
    295299                { make_bool_object( location ) },
     
    305309                location,
    306310                "finally",
     311                {}, //forall
    307312                { make_voidptr_object( location ) },
    308313                {}, //return void
Note: See TracChangeset for help on using the changeset viewer.