[flang][docs] Document module name extension
authorPeter Klausler <pklausler@nvidia.com>
Sat, 1 Apr 2023 21:05:06 +0000 (14:05 -0700)
committerPeter Klausler <pklausler@nvidia.com>
Sat, 1 Apr 2023 21:43:35 +0000 (14:43 -0700)
commit0a3fdd65302b6b072dd6ce58939645b34d563950
tree31fade72ceb4fadc68f69fc0c30ad8e051d5f227
parent529629271736806f3ccda3ab086946bb6b963af1
[flang][docs] Document module name extension

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.)

Differential Revision: https://reviews.llvm.org/D147387
flang/docs/Extensions.md