[llvm] Move raw_string_ostream back to raw_ostream.cpp (PR #79224)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 15:17:26 PST 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 6c98c5bd99b4c71a7895337cd4e437e023c2ec7a 2a3f2d6fed3c5b3c007bb829a4408d29a910d67b -- llvm/lib/Support/raw_ostream.cpp llvm/lib/Support/raw_socket_stream.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Support/raw_socket_stream.cpp b/llvm/lib/Support/raw_socket_stream.cpp
index a65865bced..6dc5d1fb3e 100644
--- a/llvm/lib/Support/raw_socket_stream.cpp
+++ b/llvm/lib/Support/raw_socket_stream.cpp
@@ -169,4 +169,3 @@ raw_socket_stream::createConnectedUnix(StringRef SocketPath) {
 }
 
 raw_socket_stream::~raw_socket_stream() {}
-

``````````

</details>


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


More information about the llvm-commits mailing list