summaryrefslogtreecommitdiff
path: root/test/Index/complete-at-exprstmt.m
AgeCommit message (Expand)Author
2011-10-18Provide result types for code completions that describe built-inDouglas 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
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-08-26Tweak the @selector completion to collapse multiple informative andDouglas Gregor
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-04-06Do not produce semicolons at the end of code-completion resultsDouglas Gregor
2010-01-14Switch code-completion for ordinary names over to the new(ish)Douglas Gregor
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2010-01-13Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor
2010-01-12Fix tests for r93231.Benjamin Kramer
2010-01-12Use horizontal-space markers in code-completion results rather thanDouglas Gregor
2009-12-07Code completion for Objective-C @ keywords that are statements or expressionsDouglas Gregor