This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make source location more accurate for actual arguments
ClosedPublic

Authored by klausler on Feb 15 2022, 8:26 AM.

Details

Summary

Track source location information when available for actual arguments
to procedure references, and use this information when checking constraints
on calls so that error messages refer to specific actual arguments
rather than to the entire call.

Diff Detail

Event Timeline

klausler created this revision.Feb 15 2022, 8:26 AM
klausler requested review of this revision.Feb 15 2022, 8:26 AM
vdonaldson accepted this revision.Feb 15 2022, 9:45 AM
This revision is now accepted and ready to land.Feb 15 2022, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2022, 11:24 AM