Changeset 6a36975


Ignore:
Timestamp:
Aug 14, 2017, 4:56:17 PM (7 years ago)
Author:
Aaron Moss <a3moss@…>
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:
303406a, 84993ff2, ae4038d
Parents:
406a6e6
Message:

Fix name mangling issues with CatchStmt?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r406a6e6 r6a36975  
    390390
    391391        void Resolver::visit( CatchStmt *catchStmt ) {
     392                Parent::visit( catchStmt );
     393               
    392394                if ( catchStmt->get_cond() ) {
    393395                        Expression * wrapped = new CastExpr(
Note: See TracChangeset for help on using the changeset viewer.