summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-at-directives.m
Commit message (Expand)AuthorAgeFilesLines
* Do not produce types as valid code completions when we're in anDouglas Gregor2010-05-281-5/+0
* Make -code-completion-patterns only cover multi-line codeDouglas Gregor2010-05-281-2/+2
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-7/+7
* Do not produce semicolons at the end of code-completion resultsDouglas Gregor2010-04-061-2/+2
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-2/+2
* Code-completion for @public, @protected, @private, @package.Douglas Gregor2010-01-131-1/+14
* Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor2010-01-131-0/+22
* Fix tests for r93231.Benjamin Kramer2010-01-121-1/+1
* Use horizontal-space markers in code-completion results rather thanDouglas Gregor2010-01-121-7/+7
* Code completion for Objective-C @ directivesDouglas Gregor2009-12-071-0/+24