This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Fixed nullptr dereference.
ClosedPublic

Authored by vzakhari on Aug 11 2023, 12:54 PM.

Details

Summary

In case of unlimited polymorphic type, there is no derived type
spec, so use NoneType explicitly.

Diff Detail

Event Timeline

vzakhari created this revision.Aug 11 2023, 12:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 12:54 PM
vzakhari requested review of this revision.Aug 11 2023, 12:54 PM
tblah accepted this revision.Aug 14 2023, 2:20 AM

LGTM, thanks!

This revision is now accepted and ready to land.Aug 14 2023, 2:20 AM
This revision was automatically updated to reflect the committed changes.