summaryrefslogtreecommitdiffstats
path: root/clang/lib/DirectoryWatcher/DirectoryScanner.h
diff options
context:
space:
mode:
authorRichard Smith <richard@metafoo.co.uk>2019-12-05 13:37:35 -0800
committerRichard Smith <richard@metafoo.co.uk>2019-12-09 17:40:36 -0800
commit848934c67d484da737b4b92c087bffce069b24ba (patch)
tree85ddebae5f1249c32ef844f92e8477946c01f1cf /clang/lib/DirectoryWatcher/DirectoryScanner.h
parent6507e13589687b40530dedc4dec670f2c1bfdc71 (diff)
downloadbcm5719-llvm-848934c67d484da737b4b92c087bffce069b24ba.tar.gz
bcm5719-llvm-848934c67d484da737b4b92c087bffce069b24ba.zip
[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 'clang/lib/DirectoryWatcher/DirectoryScanner.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud