diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-09-15 16:23:04 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-09-15 16:23:04 +0000 |
| commit | ed0b69dc8163fbae358f99ffc2b1b56a3cad468f (patch) | |
| tree | 8c3d0f810f3b3f036f1b3cb07477b2e6def1f852 /llvm/lib/CodeGen/SplitKit.h | |
| parent | 0d8971f0d04e802b0357e361523c7b2ac05aa4d5 (diff) | |
| download | bcm5719-llvm-ed0b69dc8163fbae358f99ffc2b1b56a3cad468f.tar.gz bcm5719-llvm-ed0b69dc8163fbae358f99ffc2b1b56a3cad468f.zip | |
Improve code completion for Objective-C message sends when the opening
'[' is missing. Prior commits improving recovery also improved code
completion beyond the first selector, e.g., at or after the "to" in
calculator add:x to:y
but not after "calculator". We now provide the same completions for
calculator <CC>
that we would for
[calculator <CC>
if "calculator" is an expression whose type is something that can
receive Objective-C messages.
This code completion works for instance and super message sends, but not
class message sends.
llvm-svn: 113976
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
0 files changed, 0 insertions, 0 deletions

