Skip to content

Commit e66f728

Browse files
committed
Commit everything
1 parent fd17bcc commit e66f728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5435,7 +5435,6 @@ ExprResult Sema::BuiltinInvoke(CallExpr *TheCall) {
54355435
auto *MemPtrClass = MPT->getQualifier()->getAsType();
54365436
auto ObjectT = Args[1]->getType();
54375437

5438-
54395438
if (MPT->isMemberDataPointer() && checkArgCount(TheCall, 2))
54405439
return ExprError();
54415440

0 commit comments

Comments
 (0)