[clang] [clang][C23] Allow NaN in constant evaluation (PR #167892)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 17 00:03:58 PST 2025
================
@@ -222,6 +222,8 @@ C23 Feature Support
the same translation unit but from different types.
- ``-MG`` now silences the "file not found" errors with ``#embed`` when
scanning for dependencies and encountering an unknown file. #GH165632
+- Allow NaN in constant expression evaluation to maintain consistency with
----------------
rjmccall wrote:
Huh, okay. That's a terrible decision, but it's the committee's right to make it.
https://github.com/llvm/llvm-project/pull/167892
More information about the cfe-commits
mailing list