[all-commits] [llvm/llvm-project] e98e02: [clang] Handle template argument conversions for n...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Oct 3 10:34:05 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-fix-GH110231-1
  Home:   https://github.com/llvm/llvm-project
  Commit: e98e024104501f61e589deaeee13553d67e2a64e
      https://github.com/llvm/llvm-project/commit/e98e024104501f61e589deaeee13553d67e2a64e
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p9-0x.cpp
    M clang/test/SemaTemplate/cwg2398.cpp
    M clang/test/SemaTemplate/temp_arg_template_p0522.cpp
    M libcxx/test/libcxx/type_traits/is_specialization.verify.cpp

  Log Message:
  -----------
  [clang] Handle template argument conversions for non-pack param to pack argument

This fixes a regression introduced in #96023, reported in
https://github.com/llvm/llvm-project/issues/110231#issuecomment-2389131854



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