================ @@ -3327,6 +3327,12 @@ 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]>; +def fms_anonymous_structs ---------------- erichkeane wrote:
Yes, we should still have it negate-able. We typically like to have that since we have a 'last one wins' sorta rule, which is important for folks who use build scripts. https://github.com/llvm/llvm-project/pull/176551 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
