[libcxx] [llvm] speculative attempt to fix what might be configuration race condition (PR #146157)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 28 10:19:49 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/std/thread/futures/futures.async/async.pass.cpp libcxx/test/std/thread/futures/futures.async/wait_on_destruct.pass.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/test/std/thread/futures/futures.async/async.pass.cpp b/libcxx/test/std/thread/futures/futures.async/async.pass.cpp
index 2bbfaa379..b568c5e7f 100644
--- a/libcxx/test/std/thread/futures/futures.async/async.pass.cpp
+++ b/libcxx/test/std/thread/futures/futures.async/async.pass.cpp
@@ -9,7 +9,6 @@
// UNSUPPORTED: no-threads
// UNSUPPORTED: c++03
-
// <future>
// template <class F, class... Args>
``````````
</details>
https://github.com/llvm/llvm-project/pull/146157
More information about the llvm-commits
mailing list