summaryrefslogtreecommitdiff
path: root/test/Index/complete-exprs.m
Commit message (Expand)AuthorAgeFilesLines
* Make the spacing of the code completion result for NSDictionaryDouglas Gregor2012-08-171-2/+2
* Remove unnecessary spacing around Objective-C object literal codeDouglas Gregor2012-07-171-5/+5
* [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.Jordan Rose2012-06-151-4/+6
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-061-1/+16
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-181-1/+1
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-2/+2
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-041-1/+0
* objective-c - This patch buffers method implementations Fariborz Jahanian2011-08-311-0/+1
* Automatic Reference Counting.John McCall2011-06-151-2/+7
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-2/+2
* Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor2010-10-181-0/+6
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-2/+2
* Tweak priorities for some types and macros:Douglas Gregor2010-09-201-1/+9
* Give the Objective-C _cmd an "unlikely" code completion priority; it'sDouglas Gregor2010-09-181-0/+15