summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-at-exprstmt.m
Commit message (Expand)AuthorAgeFilesLines
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-181-3/+3
* 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
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-5/+5
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-3/+3
* Tweak the @selector completion to collapse multiple informative andDouglas Gregor2010-08-261-3/+3
* Implement code completion for @selector expressionsDouglas Gregor2010-08-261-0/+18
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-3/+3
* Do not produce semicolons at the end of code-completion resultsDouglas Gregor2010-04-061-2/+2
* Switch code-completion for ordinary names over to the new(ish)Douglas Gregor2010-01-141-1/+2
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-6/+6
* Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor2010-01-131-1/+14
* Fix tests for r93231.Benjamin Kramer2010-01-121-1/+1
* Use horizontal-space markers in code-completion results rather thanDouglas Gregor2010-01-121-2/+2
* Code completion for Objective-C @ keywords that are statements or expressionsDouglas Gregor2009-12-071-0/+23