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

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Fri Jan 31 09:09:47 PST 2025


================
@@ -34,13 +34,13 @@ ENUM_CLASS(LanguageFeature, BackslashEscapes, OldDebugLines,
     EquivalenceSameNonSequence, AdditionalIntrinsics, AnonymousParents,
     OldLabelDoEndStatements, LogicalIntegerAssignment, EmptySourceFile,
     ProgramReturn, ImplicitNoneTypeNever, ImplicitNoneTypeAlways,
-    ForwardRefImplicitNone, OpenAccessAppend, BOZAsDefaultInteger,
-    DistinguishableSpecifics, DefaultSave, PointerInSeqType, NonCharacterFormat,
-    SaveMainProgram, SaveBigMainProgramVariables,
-    DistinctArrayConstructorLengths, PPCVector, RelaxedIntentInChecking,
-    ForwardRefImplicitNoneData, NullActualForAllocatable,
-    ActualIntegerConvertedToSmallerKind, HollerithOrCharacterAsBOZ,
-    BindingAsProcedure, StatementFunctionExtensions,
+    ImplicitNoneExternal, ForwardRefImplicitNone, OpenAccessAppend,
----------------
eugeneepshteyn wrote:

As requested, I moved `ImplicitNoneExternal` to after `ImplicitNoneTypeAlways`. The other changes below are due to `clang-format`.

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


More information about the flang-commits mailing list