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
``````````

: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
--- generate_feature_test_macro_components.py   2026-07-23 19:52:53.000000 +0000
+++ generate_feature_test_macro_components.py   2026-07-23 19:54:23.535754 +0000
@@ -1230,11 +1230,11 @@
             "values": {"c++26": 202403}, # P2944R3: Comparisons for 
reference_wrapper
             "headers": ["functional"],
         },
         {
             "name": "__cpp_lib_reflection",
-            "values": {"c++26": 202506}, # P2996R13: Reflection for C++26
+            "values": {"c++26": 202506},  # P2996R13: Reflection for C++26
             "headers": ["meta"],
             "test_suite_guard": "defined(__cpp_impl_reflection)",
             "libcxx_guard": "defined(__cpp_impl_reflection)",
         },
         {

``````````

</details>


https://github.com/llvm/llvm-project/pull/211653
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to