diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-06-15 18:19:56 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-06-15 18:19:56 +0000 |
commit | 9da05858b444045f56a7371c996c5a6edbd4c2f7 (patch) | |
tree | 2329aea39d68bd35dd36964f4fbf99eea96e23ce /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 95dfae824ef82ad51ba5f6b3a1681f2ef5febc45 (diff) | |
download | llvm-9da05858b444045f56a7371c996c5a6edbd4c2f7.zip llvm-9da05858b444045f56a7371c996c5a6edbd4c2f7.tar.gz llvm-9da05858b444045f56a7371c996c5a6edbd4c2f7.tar.bz2 |
[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.
Specifically, @[] and @{} didn't have a type associated with them; we now
use "NSArray *" and "NSDictionary *", respectively. @"" has the type
"NSString *". @(), unfortunately, has type "id", since it (currently) may
be either an NSNumber or an NSString.
Add a test for all the Objective-C at-expression completions.
<rdar://problem/11507708&11507668&11507711>
llvm-svn: 158533
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions