[all-commits] [llvm/llvm-project] 0a3fdd: [flang][docs] Document module name extension

Peter Klausler via All-commits all-commits at lists.llvm.org
Sat Apr 1 14:43:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a3fdd65302b6b072dd6ce58939645b34d563950
      https://github.com/llvm/llvm-project/commit/0a3fdd65302b6b072dd6ce58939645b34d563950
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M flang/docs/Extensions.md

  Log Message:
  -----------
  [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




More information about the All-commits mailing list