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
Loading
Please register or sign in to comment