Add -fno-sized-deallocation option for completeness of fix in r229241 in documentation in r229818.
llvm-svn: 229950
This commit is contained in:
@@ -1522,6 +1522,7 @@ static void ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK,
|
||||
Opts.NoMathBuiltin = Args.hasArg(OPT_fno_math_builtin);
|
||||
Opts.AssumeSaneOperatorNew = !Args.hasArg(OPT_fno_assume_sane_operator_new);
|
||||
Opts.SizedDeallocation |= Args.hasArg(OPT_fsized_deallocation);
|
||||
Opts.SizedDeallocation &= !Args.hasArg(OPT_fno_sized_deallocation);
|
||||
Opts.DefineSizedDeallocation = Opts.SizedDeallocation &&
|
||||
Args.hasArg(OPT_fdefine_sized_deallocation);
|
||||
Opts.HeinousExtensions = Args.hasArg(OPT_fheinous_gnu_extensions);
|
||||
|
||||
Reference in New Issue
Block a user