This is an archive of the discontinued LLVM Phabricator instance.

[flang][docs] Document module name extension
ClosedPublic

Authored by klausler on Apr 1 2023, 2:19 PM.

Details

Summary

Add an entry to the Extensions document describing how we
don't care about conflicts between module names and non-global
items. (This is a case where it would be a nontrivial amount
of work to catch an "error" that is only a standard conformance
issue, not anything that would prevent a program from working.)

Diff Detail

Event Timeline

klausler created this revision.Apr 1 2023, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2023, 2:19 PM
klausler requested review of this revision.Apr 1 2023, 2:19 PM
vdonaldson accepted this revision.Apr 1 2023, 2:22 PM
This revision is now accepted and ready to land.Apr 1 2023, 2:22 PM
This revision was automatically updated to reflect the committed changes.