[all-commits] [llvm/llvm-project] 85914b: [clang] fix regression deducing pack expansion arg...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Nov 18 18:36:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85914b757015dfbc780dc254696acb95b8dc7679
      https://github.com/llvm/llvm-project/commit/85914b757015dfbc780dc254696acb95b8dc7679
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2021-11-19 (Fri, 19 Nov 2021)

  Changed paths:
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/p12.cpp

  Log Message:
  -----------
  [clang] fix regression deducing pack expansion arguments introduced by D110216

This test case had been missing when the original code
was introduced by 2fcb863b2b278.

Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>

Differential Revision: https://reviews.llvm.org/D114207




More information about the All-commits mailing list