diff options
-rw-r--r-- | Sema/SemaExpr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sema/SemaExpr.cpp b/Sema/SemaExpr.cpp index f2bcc12ccf..1debb8f2c8 100644 --- a/Sema/SemaExpr.cpp +++ b/Sema/SemaExpr.cpp @@ -534,6 +534,7 @@ ActOnMemberReferenceExpr(ExprTy *Base, SourceLocation OpLoc, SourceRange(MemberLoc)); // Figure out the type of the member; see C99 6.5.2.3p3 + // FIXME: Handle address space modifiers QualType MemberType = MemberDecl->getType(); unsigned combinedQualifiers = MemberType.getQualifiers() | BaseType.getQualifiers(); |