This is an archive of the discontinued LLVM Phabricator instance.

[asan] Store access_size in the {Stack,Global}AddressDescription objects
ClosedPublic

Authored by filcab on Sep 9 2016, 6:09 AM.

Details

Summary

This is important information when we want to describe errors, and should be
part of these descriptions. Otherwise, we need to know the access size when
printing/emitting the description.

Diff Detail

Repository
rL LLVM

Event Timeline

filcab updated this revision to Diff 70820.Sep 9 2016, 6:09 AM
filcab retitled this revision from to [asan] Store access_size in the {Stack,Global}AddressDescription objects.
filcab updated this object.
filcab added reviewers: kcc, eugenis, vitalybuka.
filcab added a subscriber: llvm-commits.
vitalybuka accepted this revision.Sep 9 2016, 11:42 AM
vitalybuka edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 9 2016, 11:42 AM
This revision was automatically updated to reflect the committed changes.