================
@@ -2313,14 +2313,20 @@ RValue CodeGenFunction::EmitBuiltinExpr(const 
GlobalDecl GD, unsigned BuiltinID,
       FD->hasAttr<AsmLabelAttr>() ? 0 : BuiltinID;
 
   bool ErrnoOverriden = false;
-  // True if math-errno is overriden via the
+  bool ErrnoOverrideValue = false;
----------------
jcranmer-intel wrote:

This might be easier to understand if you replaced these two variables with a 
single `std::optional<bool> ErrnoOverride`.

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

Reply via email to