- Timestamp:
- Jul 17, 2018, 9:59:25 AM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 56fba87
- Parents:
- 6da49249
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r6da49249 r95d09bdb 85 85 void previsit( AlignofExpr * ); 86 86 void previsit( UntypedOffsetofExpr * ); 87 void previsit( CompoundLiteralExpr * ); 87 88 void handleType( Type * ); 88 89 }; … … 348 349 void HoistTypeDecls::previsit( UntypedOffsetofExpr * expr ) { 349 350 handleType( expr->type ); 351 } 352 353 void HoistTypeDecls::previsit( CompoundLiteralExpr * expr ) { 354 handleType( expr->result ); 350 355 } 351 356
Note: See TracChangeset
for help on using the changeset viewer.