This is an archive of the discontinued LLVM Phabricator instance.

[flang] Address name resolution problems
ClosedPublic

Authored by klausler on Jan 21 2021, 2:44 PM.

Details

Summary

Don't emit a bogus error message about a bad forward reference
when it's an IMPORT of a USE-associated symbol; don't ignore
intrinsic functions when USE-associating the contents of a
module when the intrinsic has been explicitly USE'd; allow
PUBLIC or PRIVATE accessibility attribute to be specified
for an enumerator before the declaration of the enumerator.

Diff Detail

Event Timeline

klausler created this revision.Jan 21 2021, 2:44 PM
klausler requested review of this revision.Jan 21 2021, 2:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2021, 2:44 PM
tskeith accepted this revision.Jan 21 2021, 3:12 PM
This revision is now accepted and ready to land.Jan 21 2021, 3:12 PM
This revision was landed with ongoing or failed builds.Jan 21 2021, 4:16 PM
This revision was automatically updated to reflect the committed changes.