[libcxx-commits] [libcxx] [libc++] P3391R2: `constexpr` integral overloads of `to_(w)string` (PR #205025)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 30 02:25:29 PDT 2026


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r origin/main...HEAD libcxx/utils/generate_feature_test_macro_components.py libcxx/utils/libcxx/test/params.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- libcxx/test/params.py	2026-06-30 09:23:27.000000 +0000
+++ libcxx/test/params.py	2026-06-30 09:24:50.230815 +0000
@@ -52,11 +52,10 @@
     "-Wsign-compare",
     "-Wunused-variable",
     "-Wunused-parameter",
     "-Wunreachable-code",
     "-Wno-unused-local-typedef",
-
     # We no longer care about Clang before 10.
     "-Wno-gnu-inline-cpp-without-extern",
 
     # Disable warnings for extensions used in C++03
     "-Wno-local-type-template-args",

``````````

</details>


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


More information about the libcxx-commits mailing list