Skip to content

Commit ba361e7

Browse files
committed
sigh formatting
1 parent 6767751 commit ba361e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ static ExprResult GetVTablePointer(Sema &S, CallExpr *Call) {
18521852

18531853
if (!SubjectRecord->isPolymorphic()) {
18541854
S.Diag(ThisArg->getBeginLoc(), diag::err_get_vtable_pointer_incorrect_type)
1855-
<< /*isPolymorphic=*/ 1 << SubjectRecord;
1855+
<< /*isPolymorphic=*/1 << SubjectRecord;
18561856
return ExprError();
18571857
}
18581858
QualType ReturnType = S.Context.getPointerType(S.Context.VoidTy.withConst());

0 commit comments

Comments
 (0)