[libcxx-commits] [libcxx] [libc++] Enable clang-tidy in the CI again (PR #195047)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 30 08:50:52 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/test/libcxx/clang_tidy.gen.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
--- clang_tidy.gen.py	2026-04-30 15:48:58.000000 +0000
+++ clang_tidy.gen.py	2026-04-30 15:50:09.342905 +0000
@@ -33,6 +33,7 @@
 // RUN:                    --config-file=%{{libcxx-dir}}/.clang-tidy                        \\
 // RUN:                    --load=%{{test-tools-dir}}/clang_tidy_checks/libcxx-tidy.plugin  \\
 // RUN:                    -- %{{flags}} %{{compile_flags}} -fno-modules
 
 #include <{header}>
-""")
+"""
+    )

``````````

</details>


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


More information about the libcxx-commits mailing list