This is an archive of the discontinued LLVM Phabricator instance.

[flang] Restore C702 check for ProcEntity symbols
ClosedPublic

Authored by klausler on Nov 30 2022, 2:37 PM.

Details

Summary

A recent change moved some checking code from name resolution into
declaration checking, and inadvertently disabled C702 checking for
procedure entities. Fix.

Diff Detail

Event Timeline

klausler created this revision.Nov 30 2022, 2:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2022, 2:37 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Nov 30 2022, 2:37 PM
PeteSteinfeld accepted this revision.Dec 1 2022, 8:51 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Dec 1 2022, 8:51 AM
This revision was automatically updated to reflect the committed changes.