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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D55885
[CodeComplete] Properly determine qualifiers of 'this' in a lambda ilya-biryukov on Dec 19 2018, 5:31 AM. Authored by
Details The clang used to pick up the qualifiers of the lamba's call operator
Diff Detail
|