summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/optimized-setter.m
Commit message (Collapse)AuthorAgeFilesLines
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-0/+1
| | | | llvm-svn: 170354
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-1/+0
| | | | | | This reverts commit r170344. Doesn't even compile. llvm-svn: 170351
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-0/+1
| | | | llvm-svn: 170344
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-1/+2
| | | | llvm-svn: 165988
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-2/+1
| | | | | | See PR14013. llvm-svn: 165962
* Add Clang support for iOS6.Bob Wilson2012-09-291-1/+2
| | | | llvm-svn: 164907
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-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
OpenPOWER on IntegriCloud