Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C. revert patch for rdar://17554063. | Fariborz Jahanian | 2014-10-28 | 1 | -7/+2 |
| | | | | llvm-svn: 220812 | ||||
* | Objective-C ARC. Use of non-retain/autorelease API | Fariborz Jahanian | 2014-08-08 | 1 | -0/+1 |
| | | | | | | | for building Objective-C array literals in ARC mode. rdar://17554063 llvm-svn: 215232 | ||||
* | Objective-C ARC. More code for Objective-C's | Fariborz Jahanian | 2014-08-06 | 1 | -2/+6 |
| | | | | | | new APIs for literals. nfc. wip. rdar://17554063 llvm-svn: 215043 | ||||
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+35 |
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 link in 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 |