summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-blocks.m
Commit message (Expand)AuthorAgeFilesLines
* Don't format the code completion for parameters of block literalDouglas Gregor2011-10-181-2/+13
* Teach code completion to cope with block types written without aDouglas Gregor2011-02-151-1/+3
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-4/+4
* Provide code completion for types after the '^' that starts a blockDouglas Gregor2010-10-181-0/+6
* When providing a block literal as a code completion for aDouglas Gregor2010-10-021-5/+15
* Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor2010-09-201-2/+2
* When providing a completion for a function/method parameter of blockDouglas Gregor2010-09-081-4/+15
* Give a slight preference to functions returning "void" when we'reDouglas Gregor2010-08-241-2/+2
* When providing completions for a function or method argument thatDouglas Gregor2010-08-241-0/+24