================ @@ -14638,6 +14649,8 @@ bool FloatExprEvaluator::VisitCallExpr(const CallExpr *E) { return true; } + case Builtin::BIfmin: + case Builtin::BIfminf: ---------------- hubert-reinterpretcast wrote:
Makes me wonder how far C++ stdlibs will get if they included the C library headers in an inline namespace under the global namespace (and count on `extern "C"` to handle the linkage names). https://github.com/llvm/llvm-project/pull/88978 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits