aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/complete-at-directives.m
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor1-7/+7
2010-05-28Do not produce types as valid code completions when we're in anDouglas Gregor1-5/+0
2010-05-28Make -code-completion-patterns only cover multi-line codeDouglas Gregor1-2/+2
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor1-7/+7
2010-04-06Do not produce semicolons at the end of code-completion resultsDouglas Gregor1-2/+2
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor1-2/+2
2010-01-13Code-completion for @public, @protected, @private, @package.Douglas Gregor1-1/+14
2010-01-13Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor1-0/+22
2010-01-12Fix tests for r93231.Benjamin Kramer1-1/+1
2010-01-12Use horizontal-space markers in code-completion results rather thanDouglas Gregor1-7/+7
2009-12-07Code completion for Objective-C @ directivesDouglas Gregor1-0/+24