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 <[email protected]> wrote:
> Patches attached.
>
> Thanks!
>
> ~Will
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to