[all-commits] [llvm/llvm-project] 373844: [flang] Address name resolution problems

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Jan 21 16:20:08 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3738447c96c7400d0e9b9b00b583dca45fb0807f
      https://github.com/llvm/llvm-project/commit/3738447c96c7400d0e9b9b00b583dca45fb0807f
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp

  Log Message:
  -----------
  [flang] Address name resolution problems

Don't emit a bogus error message about a bad forward reference
when it's an IMPORT of a USE-associated symbol; don't ignore
intrinsic functions when USE-associating the contents of a
module when the intrinsic has been explicitly USE'd; allow
PUBLIC or PRIVATE accessibility attribute to be specified
for an enumerator before the declaration of the enumerator.

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




More information about the All-commits mailing list