================
@@ -242,7 +242,7 @@ static bool SemaBuiltinAddressof(Sema &S, CallExpr 
*TheCall) {
     return true;
 
   ExprResult Arg(TheCall->getArg(0));
-  QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getBeginLoc());
+  QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getBeginLoc(), 
true);
----------------
erichkeane wrote:

We require a `/*paramName=*/` comment on bool literals.

https://github.com/llvm/llvm-project/pull/78035
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to