This is an archive of the discontinued LLVM Phabricator instance.

[msan] Use Debug Info to point to affected fields
ClosedPublic

Authored by vitalybuka on Aug 29 2022, 8:25 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 29 2022, 8:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 8:25 PM
Herald added a subscriber: Enna1. · View Herald Transcript
vitalybuka requested review of this revision.Aug 29 2022, 8:25 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 29 2022, 8:25 PM
Herald added subscribers: Restricted Project, cfe-commits. · View Herald Transcript
vitalybuka edited the summary of this revision. (Show Details)
vitalybuka added reviewers: eugenis, kda.
vitalybuka added a reviewer: kstoimenov.
kstoimenov accepted this revision.Aug 30 2022, 3:15 PM
This revision is now accepted and ready to land.Aug 30 2022, 3:15 PM
This revision was automatically updated to reflect the committed changes.

The code change looks like it's creating inlinedAt scopes, but none of the test cases seem to test any inlinedAt debug info? Looks like this is lacking some test coverage - could you add some?