summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-memfunc-cvquals.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-20/+20
| | | | | | | | | type matches have a bigger impact. The impetus for this change was that, when initializing an enumeration value, we want enumerators of that enumeration type to have a higher priority than, e.g., unrelated local variables. llvm-svn: 116774
* Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor2010-09-201-8/+8
| | | | | | | statement context; it really isn't helpful in practice (remember printf!) and we'll be doing other adjustments for statements very soon. llvm-svn: 114358
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-031-16/+16
| | | | | | kinds. How shameful that this code was duplicated! llvm-svn: 113033
* Suggest "const" and "volatile" code completions after a functionDouglas Gregor2010-08-271-0/+8
| | | | | | declarator, the very definition of "low-hanging fruit". llvm-svn: 112274
* When code-completing a potential call to a C++ non-static memberDouglas Gregor2010-08-261-0/+78
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
OpenPOWER on IntegriCloud