[flang-commits] [PATCH] D153385: [flang] Rework name resolution of Cray pointer declarations

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Jun 20 15:49:03 PDT 2023


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a project: All.
klausler requested review of this revision.

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.


https://reviews.llvm.org/D153385

Files:
  flang/lib/Semantics/resolve-names.cpp
  flang/test/Semantics/resolve61.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153385.533072.patch
Type: text/x-patch
Size: 8368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230620/9f1ec766/attachment.bin>


More information about the flang-commits mailing list