[all-commits] [llvm/llvm-project] 11d131: [clang] Fix assertion failure with deleted overloa...
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Mon Jan 22 01:06:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11d1310b57a9f2defb4d65a35b90a69020c52e46
https://github.com/llvm/llvm-project/commit/11d1310b57a9f2defb4d65a35b90a69020c52e46
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCXX/overloaded-operator.cpp
Log Message:
-----------
[clang] Fix assertion failure with deleted overloaded unary operators (#78316)
When emitting notes related to wrong number of arguments do not consider
object argument.
Fixes https://github.com/llvm/llvm-project/issues/78314
More information about the All-commits
mailing list