This is an archive of the discontinued LLVM Phabricator instance.

[flang] Enforce accessibility requirement on type-bound generic operators, &c.
ClosedPublic

Authored by klausler on Dec 1 2022, 8:53 AM.

Details

Summary

Type-bound generics like operator(+) and assignment(=) need to not be
PRIVATE if they are used outside the module in which they are declared.

Diff Detail

Event Timeline

klausler created this revision.Dec 1 2022, 8:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 8:53 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Dec 1 2022, 8:53 AM
vdonaldson accepted this revision.Dec 1 2022, 8:59 AM
This revision is now accepted and ready to land.Dec 1 2022, 8:59 AM
klausler updated this revision to Diff 479433.Dec 1 2022, 2:33 PM

clang-format entire Semantics/expression.cpp file to get past CI

This revision was landed with ongoing or failed builds.Dec 3 2022, 10:13 AM
This revision was automatically updated to reflect the committed changes.