[llvm] [SandboxIR][NFC] Move User into a separate file (PR #110157)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 11:51:53 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 c5b417c4f60476479c434d716d8659fa39f6f306 732a61e86eff41fd618d9ac51b309356857f2135 --extensions cpp,h -- llvm/include/llvm/SandboxIR/User.h llvm/lib/SandboxIR/User.cpp llvm/include/llvm/SandboxIR/Context.h llvm/include/llvm/SandboxIR/SandboxIR.h llvm/lib/SandboxIR/Context.cpp llvm/lib/SandboxIR/SandboxIR.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/SandboxIR/User.h b/llvm/include/llvm/SandboxIR/User.h
index 1fb4cdcc36..5e47ba5e72 100644
--- a/llvm/include/llvm/SandboxIR/User.h
+++ b/llvm/include/llvm/SandboxIR/User.h
@@ -148,5 +148,3 @@ public:
} // namespace llvm::sandboxir
#endif // LLVM_SANDBOXIR_USER_H
-
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/110157
More information about the llvm-commits
mailing list