Changeset fdae913 for src/SymTab
- Timestamp:
- Mar 15, 2019, 3:43:39 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 42f1279c
- Parents:
- b419abb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.cc
rb419abb rfdae913 189 189 void Indexer::leaveScope() { 190 190 if ( repScope == scope ) { 191 // replace all maps and scope index with previous scope's versions192 191 Ptr prev = prevScope; // make sure prevScope stays live 193 192 *this = std::move(*prevScope); // replace with previous scope
Note: See TracChangeset
for help on using the changeset viewer.