diff options
author | Yang Fan <nullptr.cpp@gmail.com> | 2021-01-01 13:30:36 +0800 |
---|---|---|
committer | Yang Fan <nullptr.cpp@gmail.com> | 2021-01-01 15:47:49 +0800 |
commit | 89b0972aa2f58f927633c63570b36550a17f4e63 (patch) | |
tree | 60c5fbca2cc78a1f16c36fd75027550fbdd2bdbb /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 57a46914f5c1efbdc130dc7a06f8d5b45d606f8d (diff) | |
download | llvm-89b0972aa2f58f927633c63570b36550a17f4e63.zip llvm-89b0972aa2f58f927633c63570b36550a17f4e63.tar.gz llvm-89b0972aa2f58f927633c63570b36550a17f4e63.tar.bz2 |
[Sema] Fix deleted function problem in implicitly movable test
In implicitly movable test, a two-stage overload resolution is performed.
If the first overload resolution selects a deleted function, Clang directly
performs the second overload resolution, without checking whether the
deleted function matches the additional criteria.
This patch fixes the above problem.
Reviewed By: Quuxplusone
Differential Revision: https://reviews.llvm.org/D92936
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions