]> granicus.if.org Git - clang/commit
[CodeComplete] Ensure object is the same in compareOverloads()
authorIlya Biryukov <ibiryukov@google.com>
Fri, 4 Oct 2019 08:10:27 +0000 (08:10 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 4 Oct 2019 08:10:27 +0000 (08:10 +0000)
commit889c2156fe00f4b40d4da60509a6216037118673
treec17565663221823492349e06c5cbed7806e7fdf8
parent60bc7b5041dea8c21f8735b86152dc3dbc0b5519
[CodeComplete] Ensure object is the same in compareOverloads()

Summary:
This fixes a regression that led to size() not being available in clangd
when completing 'deque().^' and using libc++.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D68335

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373710 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/member-access-qualifiers.cpp [new file with mode: 0644]