[all-commits] [llvm/llvm-project] 290661: [clang] function template non-call partial orderin...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Fri Aug 30 22:48:58 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-fix-GH18291-2
  Home:   https://github.com/llvm/llvm-project
  Commit: 290661a3c6dc1c309876f5bfeaa4caf9b3da2e0c
      https://github.com/llvm/llvm-project/commit/290661a3c6dc1c309876f5bfeaa4caf9b3da2e0c
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-08-31 (Sat, 31 Aug 2024)

  Changed paths:
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/test/SemaTemplate/GH18291.cpp

  Log Message:
  -----------
  [clang] function template non-call partial ordering fixes

This applies to function template non-call partial ordering
the same provisional wording change applied in the call context:
Don't perform the consistency check on return type and parameters
which didn't have any template parameters deduced from.

Fixes regression introduced in #100692, which was reported on
the PR.



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