summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/this-quals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov2018-12-191-0/+21
Summary: 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. Reviewers: kadircet Reviewed By: kadircet Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D55885 llvm-svn: 349655
OpenPOWER on IntegriCloud