[llvm] [llvm/llvm-project][Coroutines] ABI Object (PR #106306)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 07:32:38 PDT 2024
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 df159d3cf8e681f8d225bd0b4ed0cbd97b16c588 06cde7ca59c29bfb0a96ce1acad6e3ff6b75b8f9 --extensions cpp,h -- llvm/lib/Transforms/Coroutines/SuspendCrossingInfo.cpp llvm/lib/Transforms/Coroutines/SuspendCrossingInfo.h llvm/lib/Transforms/Coroutines/CoroFrame.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Transforms/Coroutines/CoroFrame.cpp b/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
index ca5e950426..7a631a646f 100644
--- a/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
+++ b/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
@@ -16,8 +16,8 @@
//===----------------------------------------------------------------------===//
#include "CoroInternal.h"
-#include "llvm/ADT/BitVector.h"
#include "SuspendCrossingInfo.h"
+#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/ADT/SmallString.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/106306
More information about the llvm-commits
mailing list