[all-commits] [llvm/llvm-project] 811aaf: [flang] Don't resolve names in derived type defini...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Sep 23 10:56:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 811aafcbf57e2933982b978492f2a5367c3a9f99
https://github.com/llvm/llvm-project/commit/811aafcbf57e2933982b978492f2a5367c3a9f99
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/symbol23.f90
Log Message:
-----------
[flang] Don't resolve names in derived type definitions to generics
There's code in name resolution that handles resolution of references
that appear in the definitions of derived types -- it checks for
existing components in the type being defined, as well as for
non-parent components in its ancestors. Special case code prevents
resolution of a name to the symbol of a procedure binding. This
code needs to be extended so that names of generic procedures
are similarly prevented from shadowing symbols in the scope around
the type.
Differential Revision: https://reviews.llvm.org/D134398
More information about the All-commits
mailing list