[flang-commits] [flang] [llvm] [Flang][OpenMP][Sema] Adding parsing and semantic support for scan directive. (PR #102792)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Tue Nov 12 15:31:08 PST 2024


================
@@ -20,6 +20,7 @@
 #include "flang/Parser/tools.h"
 #include "flang/Semantics/expression.h"
 #include "flang/Semantics/tools.h"
+#include <iostream>
----------------
kiranchandramohan wrote:

Remove this header.

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


More information about the flang-commits mailing list