[all-commits] [llvm/llvm-project] 6d20ed: [clang] Implement TTP 'reversed' pack matching for...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Oct 10 00:37:06 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-P0522-function-calls
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d20ed898e7e96c0e989b37718294a878d87797c
      https://github.com/llvm/llvm-project/commit/6d20ed898e7e96c0e989b37718294a878d87797c
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-10-10 (Thu, 10 Oct 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/SemaTemplate/cwg2398.cpp

  Log Message:
  -----------
  [clang] Implement TTP 'reversed' pack matching for deduced function template calls.

Clang previously missed implementing P0522 pack matching
for deduced function template calls.



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