summaryrefslogtreecommitdiff
path: root/test/Index/complete-exprs.m
AgeCommit message (Expand)Author
2012-08-17Make the spacing of the code completion result for NSDictionaryDouglas Gregor
2012-07-17Remove unnecessary spacing around Objective-C object literal codeDouglas Gregor
2012-06-15[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.Jordan Rose
2012-03-06And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor
2011-09-27When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis
2011-08-31objective-c - This patch buffers method implementations Fariborz Jahanian
2011-06-15Automatic Reference Counting.John McCall
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-10-18Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor
2010-09-20Code completion has no reason to prefer values over types, especiallyDouglas Gregor
2010-09-20Tweak priorities for some types and macros:Douglas Gregor
2010-09-18Give the Objective-C _cmd an "unlikely" code completion priority; it'sDouglas Gregor