[flang-commits] [flang] [Flang][Parser] Add missing #include "flang/Common/idioms.h" (PR #77484)
via flang-commits
flang-commits at lists.llvm.org
Wed Jan 10 01:20:03 PST 2024
================
@@ -18,6 +18,8 @@
// dependences on other parts of the compiler's source code.
// TODO: support Q formatting extension?
+#include "flang/Common/idioms.h"
+
----------------
jeanPerier wrote:
flang frontend headers do not add blank lines between user and system headers.
https://github.com/llvm/llvm-project/pull/77484
More information about the flang-commits
mailing list