summaryrefslogtreecommitdiff
path: root/test/Index/complete-blocks.m
AgeCommit message (Expand)Author
2015-07-07[libclang] Fix code-completion of block parameters that are marked with nulla...Douglas Gregor
2011-10-18Don't format the code completion for parameters of block literalDouglas Gregor
2011-02-15Teach code completion to cope with block types written without aDouglas Gregor
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-10-18Provide code completion for types after the '^' that starts a blockDouglas Gregor
2010-10-02When providing a block literal as a code completion for aDouglas Gregor
2010-09-20Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor
2010-09-08When providing a completion for a function/method parameter of blockDouglas Gregor
2010-08-24Give a slight preference to functions returning "void" when we'reDouglas Gregor
2010-08-24When providing completions for a function or method argument thatDouglas Gregor