https://github.com/eisenwave created https://github.com/llvm/llvm-project/pull/206335
Clang has always supported floating-point literals with overly tiny or huge exponents, with only a warning emitted. >From b7f8ed714fd1fe753fc17cbf7224cd30943efebf Mon Sep 17 00:00:00 2001 From: Eisenwave <[email protected]> Date: Sun, 28 Jun 2026 15:57:58 +0200 Subject: [PATCH] [clang] Document CWG3129 as resolved --- clang/www/cxx_dr_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index ef30b5eefea13..4eaf0c44ab082 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -21720,7 +21720,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> <td>[<a href="https://wg21.link/lex.fcon">lex.fcon</a>]</td> <td>DR</td> <td>Clarify which <I>floating-point-literal</I>s are valid</td> - <td class="unknown" align="center">Unknown</td> + <td class="full" align="center">Clang 2.7</td> </tr> <tr id="3130"> <td><a href="https://cplusplus.github.io/CWG/issues/3130.html">3130</a></td> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
