[libcxx-commits] [libcxx] [llvm] Try adding Github Problem Matchers to libc++ workflow. (PR #146768)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 2 13:19:52 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

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

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- libcxx/test/broken-on-purpose-1.pass.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/libcxx/test/broken-on-purpose-1.pass.cpp b/libcxx/test/broken-on-purpose-1.pass.cpp
index ff8100c80..40da463af 100644
--- a/libcxx/test/broken-on-purpose-1.pass.cpp
+++ b/libcxx/test/broken-on-purpose-1.pass.cpp
@@ -1,4 +1,2 @@
 
-DoesNotExist bar() {
-
-}
+DoesNotExist bar() {}

``````````

</details>


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


More information about the libcxx-commits mailing list