[all-commits] [llvm/llvm-project] 2d7974: [clang] Implement transforms for DeducedTemplateName

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Sep 12 22:25:34 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-cwg2398-default-deduction-fix-1
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d79745e93cdda66cec9781efa7e10bce5544e8f
      https://github.com/llvm/llvm-project/commit/2d79745e93cdda66cec9781efa7e10bce5544e8f
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/test/AST/ast-dump-template-name.cpp
    M clang/test/SemaTemplate/cwg2398.cpp

  Log Message:
  -----------
  [clang] Implement transforms for DeducedTemplateName

Fixes regression introduced in #94981, reported on the pull-request.

Since this fixes a commit which was never released, there are no
release notes.



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