This is an archive of the discontinued LLVM Phabricator instance.

[flang] Enforce constraint C911
ClosedPublic

Authored by klausler on Oct 27 2022, 4:42 PM.

Details

Summary

Diagnose attempts to use an non-polymorphic instance of an
abstract derived type.

Diff Detail

Event Timeline

klausler created this revision.Oct 27 2022, 4:42 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Oct 27 2022, 4:42 PM
PeteSteinfeld accepted this revision.Oct 27 2022, 7:57 PM

Builds and tests correctly and looks good.

This revision is now accepted and ready to land.Oct 27 2022, 7:57 PM
This revision was automatically updated to reflect the committed changes.