diff options
author | Richard Smith <richard@metafoo.co.uk> | 2019-12-05 13:37:35 -0800 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2019-12-09 17:40:36 -0800 |
commit | 848934c67d484da737b4b92c087bffce069b24ba (patch) | |
tree | 85ddebae5f1249c32ef844f92e8477946c01f1cf /lldb/source/Commands/CommandObjectGUI.cpp | |
parent | 6507e13589687b40530dedc4dec670f2c1bfdc71 (diff) | |
download | llvm-848934c67d484da737b4b92c087bffce069b24ba.zip llvm-848934c67d484da737b4b92c087bffce069b24ba.tar.gz llvm-848934c67d484da737b4b92c087bffce069b24ba.tar.bz2 |
[c++20] Fix handling of unqualified lookups from a defaulted comparison
function.
We need to perform unqualified lookups from the context of a defaulted
comparison, but not until we implicitly define the function, at which
point we can't do those lookups any more. So perform the lookup from the
end of the class containing the =default declaration and store the
lookup results on the defaulted function until we synthesize the body.
Diffstat (limited to 'lldb/source/Commands/CommandObjectGUI.cpp')
0 files changed, 0 insertions, 0 deletions