Changeset 1869adf for src/ResolvExpr


Ignore:
Timestamp:
Jun 24, 2015, 4:33:13 PM (10 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
721f17a, 937e51d
Parents:
94e0864d
Message:

fix label name in label address expression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r94e0864d r1869adf  
    1010// Created On       : Sun May 17 12:17:01 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Jun 24 16:08:49 2015
    13 // Update Count     : 155
     12// Last Modified On : Wed Jun 24 16:20:35 2015
     13// Update Count     : 156
    1414//
    1515
     
    363363                                resolveAggrInit( uit->get_baseUnion(), init, initEnd );
    364364                        } else {
     365                                // member is not an aggregate type, so can't go any deeper
     366
    365367                                // might need to rethink what is being thrown
    366368                                throw;
Note: See TracChangeset for help on using the changeset viewer.