Changeset 1d760934
- Timestamp:
- Jul 10, 2019, 6:01:02 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 65240bb, ee6dbae
- Parents:
- 39156ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ResolveAssertions.cc
r39156ed r1d760934 9 9 // Author : Aaron B. Moss 10 10 // Created On : Fri Oct 05 13:46:00 2018 11 // Last Modified By : Aaron B. Moss12 // Last Modified On : Fri Oct 05 13:46:00 201813 // Update Count : 111 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jul 10 16:10:37 2019 13 // Update Count : 2 14 14 // 15 15 … … 368 368 std::string resKey = SymTab::Mangler::mangleType( resType ); 369 369 delete resType; 370 return std::move( resKey );370 return resKey; 371 371 } 372 372
Note: See TracChangeset
for help on using the changeset viewer.