forked from OSchip/llvm-project
6b4f341ecd
if we can see the elements of the arrays. for example: NSDictionary *dict = [NSDictionary dictionaryWithObjects:[NSArray arrayWithObjects:@"1", @"2", nil] forKeys:[NSArray arrayWithObjects:@"A", @"B", nil]]; --> NSDictionary *dict = @{ @"A" : @"1", @"B" : @"2" }; rdar://12428166 llvm-svn: 172679 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Commit.cpp | ||
EditedSource.cpp | ||
Makefile | ||
RewriteObjCFoundationAPI.cpp |