aboutsummaryrefslogtreecommitdiff
path: root/test/Index/complete-method-decls.m
AgeCommit message (Expand)Author
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis
2012-06-12When code completion walks the members of a protocol or interface,Douglas Gregor
2012-04-10Include the Objective-C parameter- and return-passing qualifiers whenDouglas Gregor
2012-03-27Introduce a new libclang API to determine the parent context of a codeDouglas Gregor
2011-02-18Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor
2011-02-15Implement a special code-completion pattern for "IBAction". FixesDouglas 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-10-18When providing code completions of Objective-C method declarationsDouglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-09-20Code completion has no reason to prefer values over types, especiallyDouglas Gregor
2010-09-16Swap the priorities of constants and types, so that we prefer types.Douglas 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-24In code-completion contexts where both types and other values areDouglas Gregor
2010-08-24Provide code completion results for the context-sensitive Objective-CDouglas Gregor
2010-08-17When generating code completion patterns for method declarations, giveDouglas Gregor
2010-08-171 != I. Fix the formulation of code-completion patterns forDouglas Gregor
2010-07-08Support code completion for parameter names in Objective-C methodDouglas Gregor
2010-07-08Introduce a new code-completion point prior to an identifier in theDouglas Gregor
2010-05-28Don't put method bodies into code completions unless code patterns areDouglas Gregor
2010-04-07Implement code completion for Objective-C method declarations andDouglas Gregor