[all-commits] [llvm/llvm-project] ce9eaf: Revert "[clang][Sema] Use original template patter...

antangelo via All-commits all-commits at lists.llvm.org
Mon Oct 16 19:21:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce9eaf0360d9f528ab061bcdbcf81c5b2155f098
      https://github.com/llvm/llvm-project/commit/ce9eaf0360d9f528ab061bcdbcf81c5b2155f098
  Author: Antonio Abbatangelo <contact at antangelo.com>
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaTemplate.cpp
    R clang/test/SemaTemplate/nested-implicit-deduction-guides.cpp

  Log Message:
  -----------
  Revert "[clang][Sema] Use original template pattern when declaring implicit deduction guides for nested template classes (#68379)"

This reverts commit dd0fba11690f9fef304d5f48cde646e5eca8d3c0.

It fails on nested classes that have both an explicit deduction guide and
a constructor that has an argument of the same type as the class (i.e. a copy constructor).




More information about the All-commits mailing list