[all-commits] [llvm/llvm-project] cd6e91: [Clang] Handle TemplateTemplateParmDecl in concept...

Younan Zhang via All-commits all-commits at lists.llvm.org
Thu Oct 23 02:24:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd6e913d00cf91b7bbac205351e967a68cd14797
      https://github.com/llvm/llvm-project/commit/cd6e913d00cf91b7bbac205351e967a68cd14797
  Author: Younan Zhang <zyn7109 at gmail.com>
  Date:   2025-10-23 (Thu, 23 Oct 2025)

  Changed paths:
    M clang/lib/Sema/SemaConcept.cpp
    M clang/test/SemaTemplate/concepts.cpp

  Log Message:
  -----------
  [Clang] Handle TemplateTemplateParmDecl in concept cache (#164777)

We forgot to handle those in e9972debc, hence the inconsistency across
multiple instantiations.

This is a regression on trunk, so no release note.

Fixes https://github.com/llvm/llvm-project/issues/164750



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