[PATCH] D12215: [UBSan] Add the ability to print more precise error kind in summary line.

Alexey Samsonov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 15:58:47 PDT 2015


samsonov added inline comments.

================
Comment at: lib/ubsan/ubsan_flags.inc:26
@@ +25,2 @@
+UBSAN_FLAG(bool, report_error_type, false,
+        "Print specific error type instead of 'undefined-behavior' in summary.")
----------------
filcab wrote:
> Do we care that much about keeping the "always say 'undefined-behavior'" behavior around?
Yes, there are users who grep for "SUMMARY: .* undefined-behavior" lines in their logs. We should stay backwards-compatible for a while.


http://reviews.llvm.org/D12215





More information about the cfe-commits mailing list