[flang-commits] [clang] [flang] [flang] Add support for -fimplicit-none-ext option (PR #125248)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Jan 31 08:58:00 PST 2025


================
@@ -54,7 +54,7 @@ ENUM_CLASS(LanguageFeature, BackslashEscapes, OldDebugLines,
     PolymorphicActualAllocatableOrPointerToMonomorphicDummy, RelaxedPureDummy,
     UndefinableAsynchronousOrVolatileActual, AutomaticInMainProgram, PrintCptr,
     SavedLocalInSpecExpr, PrintNamelist, AssumedRankPassedToNonAssumedRank,
-    IgnoreIrrelevantAttributes, Unsigned)
+    IgnoreIrrelevantAttributes, Unsigned, ImplicitNoneExternal)
----------------
klausler wrote:

I'd put this new name right after `ImplicitNoneTypeAlways` instead of at the end of the list.

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


More information about the flang-commits mailing list