This implements resugaring of the pattern of template type aliases,
utilizing the resugaring transform implemented in D127695.
For more details and discussion see:
https://discourse.llvm.org/t/rfc-improving-diagnostics-with-template-specialization-resugaring/64294
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Depends on D127695