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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed May 27 07:09:53 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f56774213bf4da41882a468ef8b9f4b44a52ec1d
      https://github.com/llvm/llvm-project/commit/f56774213bf4da41882a468ef8b9f4b44a52ec1d
  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 (#199979)

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