[clang] [C] Update -Wimplicit-void-ptr-cast for null pointer constants (PR #138271)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri May 2 06:22:07 PDT 2025
================
@@ -13958,7 +13979,11 @@ QualType Sema::CheckAssignmentOperands(Expr *LHSExpr, ExprResult &RHS,
LHSType->isObjCObjectPointerType())))
ConvTy = AssignConvertType::Compatible;
+<<<<<<< HEAD
----------------
AaronBallman wrote:
Yeah, I just hit that error in my compilation. Oops :-D
https://github.com/llvm/llvm-project/pull/138271
More information about the cfe-commits
mailing list