This is an archive of the discontinued LLVM Phabricator instance.

[flang] More checking of NULL pointer actual arguments
ClosedPublic

Authored by klausler on Sep 17 2021, 2:04 PM.

Details

Summary

Catch additional missing error cases for typed and untyped
NULL actual arguments to non-intrinsic procedures in cases
of explicit and implicit interfaces.

Diff Detail

Event Timeline

klausler created this revision.Sep 17 2021, 2:04 PM
klausler requested review of this revision.Sep 17 2021, 2:04 PM
PeteSteinfeld accepted this revision.Sep 17 2021, 2:42 PM

LGTM
All builds, tests, and looks good.

This revision is now accepted and ready to land.Sep 17 2021, 2:42 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2021, 3:35 PM