Changeset 893e106 for src/AST/Expr.cpp
- Timestamp:
- May 22, 2019, 5:23:02 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 722c4831
- Parents:
- 76ed81f (diff), ef5ef56 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.cpp
r76ed81f r893e106 159 159 assert( aggregate->result ); 160 160 161 <<<<<<< HEAD 161 162 // #warning Needs GenericSubsitution.cpp building to work correctly 162 163 // result.set_and_mutate( mem->get_type() )->qualifiers |= aggregate->result->qualifiers | CV::Lvalue; // FIXME temporary patch … … 168 169 // ensure lvalue and appropriate restrictions from aggregate type 169 170 result.get_and_mutate()->qualifiers |= aggregate->result->qualifiers | CV::Lvalue; 171 ======= 172 // assert(!"unimplemented; need TypeSubstitution, genericSubstitution"); 173 >>>>>>> ef5ef56042ce2b547da955746d9986e26cf628ca 170 174 } 171 175
Note: See TracChangeset
for help on using the changeset viewer.