[flang-commits] [flang] [flang] Fix missing includes in lib/Lower/Support/Utils.cpp (PR #143196)

via flang-commits flang-commits at lists.llvm.org
Fri Jun 6 13:02:29 PDT 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 HEAD~1 HEAD --extensions cpp -- flang/lib/Lower/Support/Utils.cpp
``````````

</details>

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

``````````diff
diff --git a/flang/lib/Lower/Support/Utils.cpp b/flang/lib/Lower/Support/Utils.cpp
index 63b5e89cb..c65f51ce6 100644
--- a/flang/lib/Lower/Support/Utils.cpp
+++ b/flang/lib/Lower/Support/Utils.cpp
@@ -13,8 +13,8 @@
 #include "flang/Lower/Support/Utils.h"
 
 #include "flang/Common/indirection.h"
-#include "flang/Lower/ConvertVariable.h"
 #include "flang/Lower/AbstractConverter.h"
+#include "flang/Lower/ConvertVariable.h"
 #include "flang/Lower/IterationSpace.h"
 #include "flang/Lower/Support/PrivateReductionUtils.h"
 #include "flang/Optimizer/Builder/HLFIRTools.h"

``````````

</details>


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


More information about the flang-commits mailing list