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

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


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