[flang-commits] [flang] [flang][cli] Add diagnostic flags to the CLI (PR #142022)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Sat May 31 13:17:38 PDT 2025


================
@@ -8,7 +8,9 @@
 
 #include "flang/Support/Fortran-features.h"
 #include "flang/Common/idioms.h"
+#include "flang/Common/optional.h"
----------------
klausler wrote:

You can just use `<optional>` unless you're in the runtime.

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


More information about the flang-commits mailing list