[llvm] [SandboxIR][NFC] Move BasicBlock class into a separate file (PR #110194)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 18:03: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 049fc920e631743dd3ff9e51fd7135adbaf9d1dc 43e2be79578812c1dc992fa364628d67adde9236 --extensions cpp,h -- llvm/include/llvm/SandboxIR/BasicBlock.h llvm/lib/SandboxIR/BasicBlock.cpp llvm/include/llvm/SandboxIR/SandboxIR.h llvm/lib/SandboxIR/Constant.cpp llvm/lib/SandboxIR/SandboxIR.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/SandboxIR/BasicBlock.cpp b/llvm/lib/SandboxIR/BasicBlock.cpp
index 3c7cdf8313..0aef188a85 100644
--- a/llvm/lib/SandboxIR/BasicBlock.cpp
+++ b/llvm/lib/SandboxIR/BasicBlock.cpp
@@ -1,4 +1,5 @@
-//===- BasicBlcok.cpp - The BasicBlock class of Sandbox IR -----------------===//
+//===- BasicBlcok.cpp - The BasicBlock class of Sandbox IR
+//-----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/110194
More information about the llvm-commits
mailing list