[clang] [clang] fix divide by zero in ComplexExprEvaluator (PR #104666)

via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 17 02:39:05 PDT 2024


================
@@ -0,0 +1,3 @@
+// RUN: %clang_cc1 -fsyntax-only %s
+
+auto f() { return 43273096 / 65536j; }
----------------
c8ef wrote:

Thank you for your suggestion! I have relocated the test case and included the relevant release note.

https://github.com/llvm/llvm-project/pull/104666


More information about the cfe-commits mailing list