diff options
author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-06-03 13:25:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 13:25:57 -0700 |
commit | 74f4034f7106ef52a6a597dec14352e127e6fe0f (patch) | |
tree | 58120fe0cb639c4164069f30d8c50ff919cc1c07 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 037a0528bbb4606388fb0805c34a413abbedea13 (diff) | |
download | llvm-74f4034f7106ef52a6a597dec14352e127e6fe0f.zip llvm-74f4034f7106ef52a6a597dec14352e127e6fe0f.tar.gz llvm-74f4034f7106ef52a6a597dec14352e127e6fe0f.tar.bz2 |
[flang] Fix type inheritance for statement function dummy arguments (#93624)
The code that used existing type declarations (if any) for the names
being used as dummy arguments in a statement function definition would
apply those types only if they came from EntityDetails symbols. This
broke a case in which the type was being inherited from a Cray pointee.
Fixes https://github.com/llvm/llvm-project/issues/93484.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions