[all-commits] [llvm/llvm-project] 4154c1: [Clang] Fix another concept cache bug (#162272)

Younan Zhang via All-commits all-commits at lists.llvm.org
Tue Oct 7 06:36:31 PDT 2025


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

  Changed paths:
    M clang/lib/Sema/SemaConcept.cpp
    A clang/test/SemaCXX/GH161671.cpp

  Log Message:
  -----------
  [Clang] Fix another concept cache bug (#162272)

We previously failed to profile dependent CallExprs; this patch corrects
that behavior. We now also profile canonical types whenever possible,
since type sugar has little impact on hash computation.



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