Skip to content
Commit 9be0ed4f authored by Douglas Gregor's avatar Douglas Gregor
Browse files

When code-completing a potential call to a C++ non-static member

function, take into account the qualifiers on the object argument
(e.g., what will become "this"), filtering around uncallable member
functions and giving a slight priority boost to those with
exactly-matching qualifiers.

llvm-svn: 112193
parent 7a1da89f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment