Changeset 9b18044 for src/GenPoly/GenPoly.cc
- Timestamp:
- Sep 1, 2017, 2:37:35 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 2bf9c37
- Parents:
- 7d9ad51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cc
r7d9ad51 r9b18044 433 433 434 434 void addToTyVarMap( TypeDecl * tyVar, TyVarMap &tyVarMap ) { 435 // xxx - should this actually be insert? 435 436 tyVarMap[ tyVar->get_name() ] = TypeDecl::Data{ tyVar }; 436 437 }
Note: See TracChangeset
for help on using the changeset viewer.