Objective-C. revert patch for rdar://17554063.llvm-svn: 220812
Objective-C ARC. Use of non-retain/autorelease APIfor building Objective-C array literals in ARCmode. rdar://17554063llvm-svn: 215232
Objective-C ARC. More code for Objective-C'snew APIs for literals. nfc. wip. rdar://17554063llvm-svn: 215043
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,NSNumber, and boolean literals. This includes both Sema and Codegen support.Included is also support for new Objectiv
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,NSNumber, and boolean literals. This includes both Sema and Codegen support.Included is also support for new Objective-C container subscripting.My apologies for the large patch. It was very difficult to break apart.The patch introduces changes to the driver as well to cause clang to linkin additional runtime support when needed to support the new language features.Docs are forthcoming to document the implementation and behavior of these features.llvm-svn: 152137
show more ...