[all-commits] [llvm/llvm-project] 9f33dd: [flang] Allow global scope names that clash with i...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon May 23 18:21:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f33dd733ff507f4ebbf155f8e4c3be52a1e8406
      https://github.com/llvm/llvm-project/commit/9f33dd733ff507f4ebbf155f8e4c3be52a1e8406
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names.cpp
    A flang/test/Semantics/modfile49.f90

  Log Message:
  -----------
  [flang] Allow global scope names that clash with intrinsic modules

Intrinsic module names are not in the user's namespace, so they
are free to declare global names that conflict with intrinsic
modules.

Differential Revision: https://reviews.llvm.org/D126140




More information about the All-commits mailing list