summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-method-decls.m
Commit message (Expand)AuthorAgeFilesLines
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-181-0/+11
* Implement a special code-completion pattern for "IBAction". FixesDouglas Gregor2011-02-151-1/+6
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-38/+38
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-181-23/+22
* When providing code completions of Objective-C method declarationsDouglas Gregor2010-10-181-1/+3
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-7/+7
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-15/+15
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-15/+15
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-2/+2
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-2/+2
* When performing completions involving Objective-C method declarationsDouglas Gregor2010-08-251-2/+2
* In code-completion contexts where both types and other values areDouglas Gregor2010-08-241-15/+15
* Provide code completion results for the context-sensitive Objective-CDouglas Gregor2010-08-241-1/+42
* When generating code completion patterns for method declarations, giveDouglas Gregor2010-08-171-30/+30
* 1 != I. Fix the formulation of code-completion patterns forDouglas Gregor2010-08-171-2/+17
* Support code completion for parameter names in Objective-C methodDouglas Gregor2010-07-081-5/+11
* Introduce a new code-completion point prior to an identifier in theDouglas Gregor2010-07-081-0/+15
* Don't put method bodies into code completions unless code patterns areDouglas Gregor2010-05-281-5/+5
* Implement code completion for Objective-C method declarations andDouglas Gregor2010-04-071-0/+82
OpenPOWER on IntegriCloud