This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Provide source locations for UBSan type checks when emitting constructor calls.
ClosedPublic

Authored by ikudrin on Jun 24 2018, 10:04 PM.

Details

Summary

At the moment. when generating UBSan diagnostics for these cases, we rely on
the corresponding debug information, which might be absent, and, anyway,
not that accurate.

Diff Detail

Repository
rL LLVM

Event Timeline

ikudrin created this revision.Jun 24 2018, 10:04 PM
This revision is now accepted and ready to land.Jun 24 2018, 10:18 PM
This revision was automatically updated to reflect the committed changes.