[all-commits] [llvm/llvm-project] cafaba: [clang] fix finding class template instantiation p...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed May 27 06:30:17 PDT 2026


  Branch: refs/heads/users/mizvekov/fix-get-class-template-inst-pattern
  Home:   https://github.com/llvm/llvm-project
  Commit: cafabacb3ea636c75c4471f09a6ae64d8292fc01
      https://github.com/llvm/llvm-project/commit/cafabacb3ea636c75c4471f09a6ae64d8292fc01
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2026-05-27 (Wed, 27 May 2026)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/DeclCXX.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p7.cpp
    M clang/test/Modules/cxx-templates.cpp

  Log Message:
  -----------
  [clang] fix finding class template instantiation pattern for member specializations

Stop treating the member which a member specialization specializes as the pattern of
the former.

Split off from https://github.com/llvm/llvm-project/pull/199528



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