================
@@ -518,6 +584,10 @@ ExprResult SemaObjC::BuildObjCBoxedExpr(SourceRange SR, 
Expr *ValueExpr) {
   if (RValue.isInvalid()) {
     return ExprError();
   }
+
+  // Check if the runtime supports constant init literals
+  bool const IsConstInitLiteral =
----------------
ojhunt wrote:

const bool again. I do wonder if we can add this kind of rule to the style bot?

https://github.com/llvm/llvm-project/pull/185130
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to