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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Sat Aug 31 11:05:26 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-fix-GH18291-2
  Home:   https://github.com/llvm/llvm-project
  Commit: a3c08127868fb3b77c8cc79355e43ab5288371fc
      https://github.com/llvm/llvm-project/commit/a3c08127868fb3b77c8cc79355e43ab5288371fc
  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