Changeset 12d2dc8 for src/SymTab
- Timestamp:
- Dec 5, 2017, 2:16:53 PM (7 years ago)
- 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:
- 65197c2
- Parents:
- 86ad276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r86ad276 r12d2dc8 311 311 } // if 312 312 // Always remove the hoisted aggregate from the inner structure. 313 GuardAction( [ this,aggregateDecl]() { filter( aggregateDecl->members, isStructOrUnion, false ); } );313 GuardAction( [aggregateDecl]() { filter( aggregateDecl->members, isStructOrUnion, false ); } ); 314 314 } 315 315
Note: See TracChangeset
for help on using the changeset viewer.