Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall | 2012-12-17 | 1 | -0/+1 |
| | | | | llvm-svn: 170354 | ||||
* | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer | 2012-12-17 | 1 | -1/+0 |
| | | | | | | This reverts commit r170344. Doesn't even compile. llvm-svn: 170351 | ||||
* | Added support for new property helpers (GNUstep runtime). | David Chisnall | 2012-12-17 | 1 | -0/+1 |
| | | | | llvm-svn: 170344 | ||||
* | Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. | Daniel Dunbar | 2012-10-15 | 1 | -1/+2 |
| | | | | llvm-svn: 165988 | ||||
* | Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. | Nico Weber | 2012-10-15 | 1 | -2/+1 |
| | | | | | | See PR14013. llvm-svn: 165962 | ||||
* | Add Clang support for iOS6. | Bob Wilson | 2012-09-29 | 1 | -1/+2 |
| | | | | llvm-svn: 164907 | ||||
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+33 |
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 |