This is an archive of the discontinued LLVM Phabricator instance.

[flang] Check dummy arguments of BIND(C) procedures
ClosedPublic

Authored by klausler on Mar 9 2023, 4:32 PM.

Details

Summary

Declaration checking in semantics was only examining symbols with
explicit BIND(C) attributes; extend it to also check dummy arguments
to such procedures.

Diff Detail

Event Timeline

klausler created this revision.Mar 9 2023, 4:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Mar 9 2023, 4:32 PM
This revision is now accepted and ready to land.Mar 10 2023, 12:46 AM
This revision was automatically updated to reflect the committed changes.