[flang-commits] [flang] [flang][lowering] Implement component-wise initialization for derived types (PR #187465)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Mar 19 07:30:34 PDT 2026


================
@@ -20,6 +19,7 @@
 #include "flang/Lower/ConvertExpr.h"
 #include "flang/Lower/ConvertExprToHLFIR.h"
 #include "flang/Lower/ConvertProcedureDesignator.h"
+#include "flang/Lower/ConvertVariable.h"
----------------
tblah wrote:

Please keep the header for this TU at the top. See https://llvm.org/docs/CodingStandards.html#include-style

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


More information about the flang-commits mailing list