Skip to content

Commit def0dad

Browse files
author
git apple-llvm automerger
committed
Merge commit '38ca73db2230' from llvm.org/main into next
2 parents 8e50c5f + 38ca73d commit def0dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/ByteCode/Pointer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ APValue Pointer::toAPValue(const ASTContext &ASTCtx) const {
167167
return APValue(
168168
APValue::LValueBase::getTypeInfo(
169169
TypeInfo, QualType(PointeeStorage.Typeid.TypeInfoType, 0)),
170-
CharUnits::Zero(), APValue::NoLValuePath{});
170+
CharUnits::Zero(), {},
171+
/*OnePastTheEnd=*/false, /*IsNull=*/false);
171172
}
172173

173174
// Build the lvalue base from the block.

0 commit comments

Comments
 (0)