[flang-commits] [flang] [flang] Move parser invocations into ParserActions (PR #130309)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Fri Mar 7 09:54:17 PST 2025


================
@@ -0,0 +1,43 @@
+//===-- include/flang/Parser/options.h --------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef FORTRAN_PARSER_OPTIONS_H_
+#define FORTRAN_PARSER_OPTIONS_H_
+
+#include <optional>
+#include <string>
+#include <vector>
----------------
kparzysz wrote:

Std includes should follow local includes.

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


More information about the flang-commits mailing list