0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-18 08:06:50 +00:00
Matheus Izvekov 954ccee5d5
[clang] fix partial ordering of NTTP packs ()
This fixes partial ordering of pack expansions of NTTPs, by procedding
with the check using the pattern of the NTTP through the rules of the
non-pack case.

This also unifies almost all of the different versions of
FinishTemplateArgumentDeduction (except the function template case).
This makes sure they all follow the rules consistently, instantiating
the parameters and comparing those with the argument.

Fixes 
2025-04-07 12:30:51 -03:00
..