This revision was automatically updated to reflect the committed changes.
Closed by commit rL349655: [CodeComplete] Properly determine qualifiers of
'this' in a lambda (authored by ibiryukov, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55885/new/
https://reviews.llvm.org/D55885
___
c
ilya-biryukov created this revision.
ilya-biryukov added a reviewer: kadircet.
The clang used to pick up the qualifiers of the lamba's call operator
(which is always const) and fail to show non-const methods of 'this' in
completion results.
Repository:
rC Clang
https://reviews.llvm.org/D55885