Let's use the correct bool this time.

llvm-svn: 155871
This commit is contained in:
Kaelyn Uhrain 2012-05-01 01:17:53 +00:00
parent 48506ece7d
commit d4ea98aa41
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ Sema::BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType,
if (ExtraArgs) {
ExprResult RetryExpr;
if (!IsArrow && BaseExpr) {
SFINAETrap Trap(*this, false);
SFINAETrap Trap(*this, true);
ParsedType ObjectType;
bool MayBePseudoDestructor = false;
RetryExpr = ActOnStartCXXMemberReference(getCurScope(), BaseExpr,