Changeset 60aaa51d for src/AST/Expr.cpp
- Timestamp:
- Jun 7, 2019, 4:14:48 PM (6 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:
- 05d55ff
- Parents:
- 5684736
- git-author:
- Aaron Moss <a3moss@…> (06/07/19 16:14:40)
- git-committer:
- Aaron Moss <a3moss@…> (06/07/19 16:14:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.cpp
r5684736 r60aaa51d 163 163 result = mem->get_type(); 164 164 // substitute aggregate generic parameters into member type 165 genericSubs itution( aggregate->result ).apply( result );165 genericSubstitution( aggregate->result ).apply( result ); 166 166 // ensure lvalue and appropriate restrictions from aggregate type 167 167 add_qualifiers( result, aggregate->result->qualifiers | CV::Lvalue );
Note: See TracChangeset
for help on using the changeset viewer.