aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
diff options
context:
space:
mode:
authorRoy Jacobson <roi.jacobson1@gmail.com>2022-04-15 11:58:11 -0400
committerRoy Jacobson <roi.jacobson1@gmail.com>2022-04-19 04:45:28 -0400
commit454d1df9423c95e54c3a2f5cb58d864096032d09 (patch)
tree81ef9732a31a1ae9ed2c20588b8f61c4a7a86d94 /lldb/source/Commands/CommandObjectMemory.cpp
parentf707e1255e2f0a46c7a23271f594a9a4e5ec8f08 (diff)
downloadllvm-454d1df9423c95e54c3a2f5cb58d864096032d09.zip
llvm-454d1df9423c95e54c3a2f5cb58d864096032d09.tar.gz
llvm-454d1df9423c95e54c3a2f5cb58d864096032d09.tar.bz2
[Concepts] Fix overload resolution bug with constrained candidates
When doing overload resolution, we have to check that candidates' parameter types are equal before trying to find a better candidate through checking which candidate is more constrained. This revision adds this missing check and makes us diagnose those cases as ambiguous calls when the types are not equal. Fixes GitHub issue https://github.com/llvm/llvm-project/issues/53640 Reviewed By: erichkeane Differential Revision: https://reviews.llvm.org/D123182
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions