Changeset 1869adf for src/ResolvExpr
- Timestamp:
- Jun 24, 2015, 4:33:13 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r94e0864d r1869adf 10 10 // Created On : Sun May 17 12:17:01 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed Jun 24 16: 08:49201513 // Update Count : 15 512 // Last Modified On : Wed Jun 24 16:20:35 2015 13 // Update Count : 156 14 14 // 15 15 … … 363 363 resolveAggrInit( uit->get_baseUnion(), init, initEnd ); 364 364 } else { 365 // member is not an aggregate type, so can't go any deeper 366 365 367 // might need to rethink what is being thrown 366 368 throw;
Note: See TracChangeset
for help on using the changeset viewer.