Changeset 615a096 for src/Tuples/TupleAssignment.cc
- Timestamp:
- Mar 17, 2017, 9:58:23 AM (6 years ago)
- Branches:
- ADT, 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:
- 409433d, 946bcca
- Parents:
- 395fc37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleAssignment.cc
r395fc37 r615a096 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Mar 16 08:04:51201713 // Update Count : 712 // Last Modified On : Fri Mar 17 09:43:03 2017 13 // Update Count : 8 14 14 // 15 15 … … 200 200 assert( type ); 201 201 type->get_qualifiers() -= Type::Qualifiers( Type::Const | Type::Volatile | Type::Restrict | Type::Atomic ); 202 type->set_ isLvalue( true ); // xxx - might not need this202 type->set_lvalue( true ); // xxx - might not need this 203 203 expr = new CastExpr( expr, castType ); 204 204 }
Note: See TracChangeset
for help on using the changeset viewer.