================
@@ -7056,6 +7056,10 @@ void Clang::ConstructJob(Compilation &C, const JobAction
&JA,
if (!types::isCXX(Input.getType()) &&
Args.hasArg(options::OPT_fms_define_stdc))
CmdArgs.push_back("-fms-define-stdc");
+ // FIXME: This should be disabled by default in C11 and newer.
----------------
cor3ntin wrote:
I don't think MSVC ever enable that by default
https://github.com/llvm/llvm-project/pull/167200
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits