Changeset 798a8b3 for src/SymTab
- Timestamp:
- Jun 16, 2021, 2:44:09 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7e1cb79
- Parents:
- 1d61b67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r1d61b67 r798a8b3 1152 1152 GuardScope( typedeclNames ); 1153 1153 mutateAll( aggr->parameters, * visitor ); 1154 mutateAll( aggr->attributes, * visitor ); 1154 1155 1155 1156 // unroll mutateAll for aggr->members so that implicit typedefs for nested types are added to the aggregate body.
Note:
See TracChangeset
for help on using the changeset viewer.