================
@@ -43,6 +43,13 @@ class LangOptionsBase {
FPM_Fast,
};
+ enum FortranStandardTy {
+ FortranUnspecified, // default
+ Fortran2018,
+ Fortran2023,
+ Fortran202Y,
----------------
mleair wrote:f202Y is not a standard name. Please remove this. https://github.com/llvm/llvm-project/pull/205938 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
