This is an archive of the discontinued LLVM Phabricator instance.

[UBSan] Add summary reporting
AbandonedPublic

Authored by samsonov on Nov 14 2013, 5:45 AM.

Details

Reviewers
None
Summary

This doesn't modify plain UBSan behavior, but if UBSan is combined
with ASan, it prints the following line:

SUMMARY: AddressSanitizer: runtime-error: some/file.cc:8

after its usual diagnostics. It is consistent with another error reports
produced by ASan and plays well with __sanitizer_report_error_summary callback
overridable by user.

Diff Detail

Event Timeline

Richard, are you ok with direction of this patch?

One more ping.

One more ping.

samsonov abandoned this revision.Jul 14 2014, 3:45 PM
samsonov updated this revision to Diff 11797.Jul 22 2014, 4:23 PM
samsonov edited edge metadata.

Rebase to trunk.

samsonov removed subscribers: Unknown Object (MLST), nlewycky, kcc.