This is an archive of the discontinued LLVM Phabricator instance.

[flang] Ignore inaccessible components when extending types or constructing structures
ClosedPublic

Authored by klausler on Aug 3 2022, 12:59 PM.

Details

Summary

Inaccessible components -- those declared PRIVATE in another module -- should
be allowed to be redeclared in extended types, and should be ignored if
they appear as keywords in structure constructors.

Diff Detail

Event Timeline

klausler created this revision.Aug 3 2022, 12:59 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 3 2022, 12:59 PM
jeanPerier accepted this revision.Aug 4 2022, 1:45 AM
This revision is now accepted and ready to land.Aug 4 2022, 1:45 AM