[all-commits] [llvm/llvm-project] 302292: [clang] Template Specialization Resugaring - Templ...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Fri Mar 21 11:18:07 PDT 2025


  Branch: refs/heads/users/mizvekov/clang-resugar-temp-type-alias
  Home:   https://github.com/llvm/llvm-project
  Commit: 3022927afa5ec1dd1390204eff2afcb29b3ab622
      https://github.com/llvm/llvm-project/commit/3022927afa5ec1dd1390204eff2afcb29b3ab622
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-03-21 (Fri, 21 Mar 2025)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaCXXScopeSpec.cpp
    M clang/lib/Sema/SemaCoroutine.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/test/AST/ast-dump-template-decls.cpp
    M clang/test/Sema/Resugar/resugar-types.cpp

  Log Message:
  -----------
  [clang] Template Specialization Resugaring - Template Type Alias

This implements an additional user of the resugaring transform:
the pattern of template type aliases.

For more details and discussion see:
https://discourse.llvm.org/t/rfc-improving-diagnostics-with-template-specialization-resugaring/64294

Differential Revision: https://reviews.llvm.org/D137199



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list