[flang-commits] [flang] [Flang] Move non-Common headers to FortranSupport (PR #124416)

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Thu Feb 6 02:05:20 PST 2025


================
@@ -22,6 +21,7 @@
 #include "flang/Parser/parsing.h"
 #include "flang/Semantics/semantics.h"
 #include "mlir/Support/Timing.h"
+#include "flang/Support/LangOptions.h"
----------------
Meinersbur wrote:

Thanks. The pre-merge linter also wants to re-format all moved files, so I am ignoring it for those PR. In this PR, seems that all moved files are clang-format-clean.

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


More information about the flang-commits mailing list