[all-commits] [llvm/llvm-project] d4da49: wip

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Jun 22 06:36:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4da4934c39d275d4a496a224b483515e30f8989
      https://github.com/llvm/llvm-project/commit/d4da4934c39d275d4a496a224b483515e30f8989
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

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

  Log Message:
  -----------
  wip


  Commit: 3d7c8367ef7dbd0dd8a012843e1167de9f7b7b2f
      https://github.com/llvm/llvm-project/commit/3d7c8367ef7dbd0dd8a012843e1167de9f7b7b2f
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

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

  Log Message:
  -----------
  [flang] Rework name resolution of Cray pointer declarations

The current code has redundancy with the infrastructure for
declaration checking that can be replaced by better usage of
the parse tree walking framework.  This also fixes LLVM flang
bug #58971.

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


Compare: https://github.com/llvm/llvm-project/compare/bfa467bdc0e9...3d7c8367ef7d


More information about the All-commits mailing list