summaryrefslogtreecommitdiff
path: root/test/Index/complete-objc-message.m
AgeCommit message (Expand)Author
2017-01-24[CodeCompletion] Ensure that ObjC root class completes instanceAlex Lorenz
2016-07-27Implement filtering for code completion of identifiers.Vassil Vassilev
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor
2015-06-19Code completion for nullability type specifiers.Douglas Gregor
2013-01-31When code completing in a statement, parenthesized expression, orDouglas Gregor
2013-01-30The instance methods of the root class of an Objective-C hieararchyDouglas Gregor
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis
2012-03-27Introduce a new libclang API to determine the parent context of a codeDouglas Gregor
2011-11-09Introduce proper spacing after the Objective-C parameter qualifiersDouglas 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-07-30Add the various parameter-passing keywords for Distributed ObjectsDouglas Gregor
2011-07-26Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor
2011-07-21New libclang API to expose container type for code completion, fromDouglas Gregor
2011-04-14When determining the "usage" type of a declaration for the purposes of code Douglas Gregor
2011-02-15When we encounter an Objective-C class name in an expression, followedDouglas Gregor
2010-11-17Do not produce "purely informative" code completion results forDouglas Gregor
2010-11-08If an instance method messages is sending to an expression of type Class,Douglas Gregor
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-10-18Introduce code completion results for Objective-C methods, both whenDouglas Gregor
2010-09-16Don't add two code-completion results for the same selector; itDouglas Gregor
2010-09-16Implement code completion for Objective-C class message sends that areDouglas Gregor
2010-09-15Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor
2010-09-15Improve code completion for Objective-C message sends when the openingDouglas Gregor
2010-08-31When provide code completions for a variadic Objective-C methodDouglas Gregor
2010-08-29When providing a code completion for an Objective-C message send, dropDouglas Gregor
2010-08-26More ordering tweaks in this silly, silly testDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Tweak test to avoid checking for a specific ordering where none existsDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25When performing completions involving Objective-C method declarationsDouglas Gregor
2010-08-23When calling a function or messaging a method marked "sentinel", addDouglas Gregor
2010-05-27Implement a code-completion hook for the receiver of an Objective-CDouglas Gregor
2010-04-06Implement support for code completion of an Objective-C message send toDouglas Gregor
2010-04-06Add test for code completion of Objective-C message sends to classes.Douglas Gregor
2010-02-21De-XFAIL some win32 tests that are now passingDouglas Gregor
2010-02-19XFAIL some of the c-index-test tests on Windows, where they are failing inexp...Douglas Gregor
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2010-01-12Use horizontal-space markers in code-completion results rather thanDouglas Gregor
2009-12-23Objective-C methods can be variadic, too. Who knew.Douglas Gregor
2009-12-18Extend code-completion results with the type of each resultDouglas Gregor
2009-12-11Patch to fix a crash trying to access a category name inFariborz Jahanian
2009-12-07When in an Objective-C instance method, super is a valid code-completion resultDouglas Gregor
2009-11-19Improve code completion for Objective-C message sends, so that weDouglas Gregor
2009-11-18Finish code completion for Objective-C message sendsDouglas Gregor
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor
2009-11-17Implement code completion for Objective-C message sends to "super".Douglas Gregor
2009-11-17Augment code-completion results to provide argument names andDouglas Gregor