[cfe-dev] [ubsan] Recover by default, use -fno-sanitize-recover to disable
Richard Smith
richard at metafoo.co.uk
Sun Dec 30 01:04:20 PST 2012
Patches should go to cfe-commits@; dropping cfe-dev@ via BCC.
+def fsanitize_recover : Flag<["-"], "fsanitize-recover">,
+ Group<f_clang_Group>,
+ HelpText<"Attempt to recover from failed
sanitizer checks when possible">;
I don't know if we have an official policy on this, but we generally
don't have help text for the default values of flags (it just adds
noise to the -help output).
Otherwise, LGTM. Thanks!
On Fri, Dec 28, 2012 at 8:42 PM, Will Dietz <willdtz at gmail.com> wrote:
> Patches attached.
>
> Thanks!
>
> ~Will
More information about the cfe-dev
mailing list