This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add missing check for unresolved name
ClosedPublic

Authored by tskeith on Apr 22 2020, 4:21 PM.

Details

Summary

The name in an InputItem isn't necessarily resolved if an error occurred,
so it needs to be checked.

Fixes https://bugs.llvm.org/show_bug.cgi?id=45477

Diff Detail

Event Timeline

tskeith created this revision.Apr 22 2020, 4:21 PM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith added a project: Restricted Project.Apr 22 2020, 4:21 PM
klausler accepted this revision.Apr 22 2020, 4:22 PM
This revision is now accepted and ready to land.Apr 22 2020, 4:22 PM
sscalpone accepted this revision.Apr 22 2020, 5:28 PM
This revision was automatically updated to reflect the committed changes.