diff options
author | Matheus Izvekov <mizvekov@gmail.com> | 2025-03-10 10:08:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 10:08:43 -0300 |
commit | a1a6a839763079b54d8910599549b9e6d4dd5fe6 (patch) | |
tree | 136ff96234dbc7ef68c0915abd7c300bcd81f15e /llvm/lib/CodeGen/MachineCopyPropagation.cpp | |
parent | 507e0c3b6757bbdd95726c6be7b93297685e65ab (diff) | |
download | llvm-a1a6a839763079b54d8910599549b9e6d4dd5fe6.zip llvm-a1a6a839763079b54d8910599549b9e6d4dd5fe6.tar.gz llvm-a1a6a839763079b54d8910599549b9e6d4dd5fe6.tar.bz2 |
[clang] fix matching of nested template template parameters (#130447)
When checking the template template parameters of template template
parameters, the PartialOrdering context was not correctly propagated.
This also has a few drive-by fixes, such as checking the template
parameter lists of template template parameters, which was previously
missing and would have been it's own bug, but we need to fix it in order
to prevent crashes in error recovery in a simple way.
Fixes #130362
Diffstat (limited to 'llvm/lib/CodeGen/MachineCopyPropagation.cpp')
0 files changed, 0 insertions, 0 deletions