This is an archive of the discontinued LLVM Phabricator instance.

[clang] Template Specialization Resugaring - Template Type Alias
Needs ReviewPublic

Authored by mizvekov on Nov 1 2022, 3:02 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

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

Diff Detail

Event Timeline

mizvekov created this revision.Nov 1 2022, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 3:02 PM
mizvekov requested review of this revision.Nov 1 2022, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 3:02 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript