- Timestamp:
- Oct 1, 2020, 2:15:51 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 17b6fc9
- Parents:
- 9dc3eb21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/GenPoly/InstantiateGeneric.cc ¶
r9dc3eb21 r1c1395d 172 172 InstantiationMap< AggregateDecl, AggregateDecl > instantiations; 173 173 /// Set of types which are dtype-only generic (and therefore have static layout) 174 // ScopedSet< AggregateDecl* > dtypeStatics;175 174 std::set<AggregateDecl *> dtypeStatics; 176 175 /// Namer for concrete types … … 506 505 void GenericInstantiator::beginScope() { 507 506 instantiations.beginScope(); 508 //dtypeStatics.beginScope();509 507 } 510 508 511 509 void GenericInstantiator::endScope() { 512 510 instantiations.endScope(); 513 //dtypeStatics.endScope();514 511 } 515 512
Note: See TracChangeset
for help on using the changeset viewer.