pseudo-destructor expression. Attempt #1 at fixing the MSVC buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97076
91177308-0d34-0410-b5e6-
96231b3b80d8
ScopeType = GetTypeFromParser(T.get(), &ScopeTypeInfo);
}
}
-
+
+ if (!ScopeType.isNull() && !ScopeTypeInfo)
+ ScopeTypeInfo = Context.getTrivialTypeSourceInfo(ScopeType,
+ FirstTypeName.StartLocation);
+
+
return BuildPseudoDestructorExpr(move(Base), OpLoc, OpKind, SS,
ScopeTypeInfo, CCLoc, DestructedTypeInfo,
HasTrailingLParen);