[llvm] [llvm] Remove CV-qualified base class in PassManagerInternal.h (PR #124193)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 13:22:46 PST 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 a79098bc726e8de85d3ed0050de5395015bca031 ba384c137a0b3712304a2114c372c8112e4438f9 --extensions h -- llvm/include/llvm/IR/PassManagerInternal.h
``````````

</details>

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

``````````diff
diff --git a/llvm/include/llvm/IR/PassManagerInternal.h b/llvm/include/llvm/IR/PassManagerInternal.h
index 4b6fad9b41..62bede206d 100644
--- a/llvm/include/llvm/IR/PassManagerInternal.h
+++ b/llvm/include/llvm/IR/PassManagerInternal.h
@@ -22,8 +22,8 @@
 #include "llvm/IR/Analysis.h"
 #include "llvm/Support/raw_ostream.h"
 #include <memory>
-#include <utility>
 #include <type_traits>
+#include <utility>
 
 namespace llvm {
 

``````````

</details>


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


More information about the llvm-commits mailing list