summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-objc-message.m
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-6/+6
* Introduce proper spacing after the Objective-C parameter qualifiersDouglas Gregor2011-11-091-1/+1
* 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
* Add the various parameter-passing keywords for Distributed ObjectsDouglas Gregor2011-07-301-0/+11
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-0/+2
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-0/+10
* When determining the "usage" type of a declaration for the purposes of code Douglas Gregor2011-04-141-0/+12
* When we encounter an Objective-C class name in an expression, followedDouglas Gregor2011-02-151-0/+5
* Do not produce "purely informative" code completion results forDouglas Gregor2010-11-171-2/+2
* If an instance method messages is sending to an expression of type Class,Douglas Gregor2010-11-081-0/+26
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-4/+4
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-181-20/+20
* Don't add two code-completion results for the same selector; itDouglas Gregor2010-09-161-0/+14
* Implement code completion for Objective-C class message sends that areDouglas Gregor2010-09-161-0/+9
* Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor2010-09-151-1/+1
* Improve code completion for Objective-C message sends when the openingDouglas Gregor2010-09-151-0/+11
* When provide code completions for a variadic Objective-C methodDouglas Gregor2010-08-311-2/+2
* When providing a code completion for an Objective-C message send, dropDouglas Gregor2010-08-291-34/+34
* More ordering tweaks in this silly, silly testDouglas Gregor2010-08-261-3/+0
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-5/+0
* Tweak test to avoid checking for a specific ordering where none existsDouglas Gregor2010-08-261-1/+0
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-17/+14
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-14/+17
* When performing completions involving Objective-C method declarationsDouglas Gregor2010-08-251-0/+15
* When calling a function or messaging a method marked "sentinel", addDouglas Gregor2010-08-231-3/+4
* Implement a code-completion hook for the receiver of an Objective-CDouglas Gregor2010-05-271-9/+5
* Implement support for code completion of an Objective-C message send toDouglas Gregor2010-04-061-0/+39
* Add test for code completion of Objective-C message sends to classes.Douglas Gregor2010-04-061-0/+39
* De-XFAIL some win32 tests that are now passingDouglas Gregor2010-02-211-1/+0
* XFAIL some of the c-index-test tests on Windows, where they are failing inexp...Douglas Gregor2010-02-191-0/+1
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-1/+1
* Use horizontal-space markers in code-completion results rather thanDouglas Gregor2010-01-121-10/+10
* Objective-C methods can be variadic, too. Who knew.Douglas Gregor2009-12-231-0/+10
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-23/+23
* Patch to fix a crash trying to access a category name inFariborz Jahanian2009-12-111-1/+0
* When in an Objective-C instance method, super is a valid code-completion resultDouglas Gregor2009-12-071-0/+12
* Improve code completion for Objective-C message sends, so that weDouglas Gregor2009-11-191-1/+28
* Finish code completion for Objective-C message sendsDouglas Gregor2009-11-181-0/+11
* Refactor code-completion support for message sends, collecting theDouglas Gregor2009-11-171-4/+4
* Implement code completion for Objective-C message sends to "super".Douglas Gregor2009-11-171-0/+61
* Augment code-completion results to provide argument names andDouglas Gregor2009-11-171-0/+35