diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2025-10-09 00:35:49 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-09 03:35:49 +0000 |
commit | 018ae02785da5a35bea8a6eb04f6398c052228f9 (patch) | |
tree | 805515f83bc2494bec41099dffe8748f6f245eb2 /llvm/unittests/BinaryFormat/DwarfTest.cpp | |
parent | 822446d74aba5bda31f728f26444d7c03478157d (diff) | |
download | llvm-018ae02785da5a35bea8a6eb04f6398c052228f9.zip llvm-018ae02785da5a35bea8a6eb04f6398c052228f9.tar.gz llvm-018ae02785da5a35bea8a6eb04f6398c052228f9.tar.bz2 |
[clang] fix transform for constant template parameter type subst node (#162587)
This fixes the transform to use the correct parameter type for an
AssociatedDecl which has been fully specialized.
Instead of using the type for the parameter of the specialized template,
this uses the type of the argument it has been specialized with.
This fixes a regression reported here:
https://github.com/llvm/llvm-project/pull/161029#issuecomment-3375478990
Since this regression was never released, there are no release notes.
Diffstat (limited to 'llvm/unittests/BinaryFormat/DwarfTest.cpp')
0 files changed, 0 insertions, 0 deletions