================ @@ -3327,6 +3327,14 @@ def fms_extensions : Flag<["-"], "fms-extensions">, Group<f_Group>, Visibility<[ClangOption, CC1Option, CLOption]>, HelpText<"Accept some non-standard constructs supported by the Microsoft compiler">, MarshallingInfoFlag<LangOpts<"MicrosoftExt">>, ImpliedByAnyOf<[fms_compatibility.KeyPath]>; +defm ms_anonymous_structs + : BoolFOption< + "ms-anonymous-structs", LangOpts<"MSAnonymousStructs">, DefaultFalse, ---------------- jansvoboda11 wrote:
I think the current version of this PR already does that via the last argument (`[fms_extensions.KeyPath]`) to the `PosFlag` specification. (To be frank I'm not sure why `PosFlag` doesn't require the `ImpliedByAnyOf` spelling.) https://github.com/llvm/llvm-project/pull/176551 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
