[libcxx-commits] [libcxx] [libc++] Fix <__algorithm/find.h> when using -flax-vector-conversions=none (PR #161362)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 30 05:42:40 PDT 2025


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/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
--- params.py	2025-09-30 12:39:39.000000 +0000
+++ params.py	2025-09-30 12:42:06.276791 +0000
@@ -73,11 +73,10 @@
     # This doesn't make sense in real code, but we have to test it because the standard requires us to not break
     "-Wno-self-move",
 
     # We're not annotating all the APIs, since that's a lot of annotations compared to how many we actually care about
     "-Wno-nullability-completeness",
-
     # Technically not a warning flag, but might as well be:
     "-flax-vector-conversions=none",
 ]
 
 _allStandards = ["c++03", "c++11", "c++14", "c++17", "c++20", "c++23", "c++26"]

``````````

</details>


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


More information about the libcxx-commits mailing list