aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.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-23 17:24:59 -0400
commit807e418413a0958ad1ea862093fb262673b2afa1 (patch)
treee172c9be943d8e2e941f62acca3a9845e3edac31 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent4681f6111e655057f5015564a9bf3705f87495bf (diff)
downloadllvm-807e418413a0958ad1ea862093fb262673b2afa1.zip
llvm-807e418413a0958ad1ea862093fb262673b2afa1.tar.gz
llvm-807e418413a0958ad1ea862093fb262673b2afa1.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 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions