Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Capitalize "Objective-C" and "C++" in user-facing contexts. | Jordan Rose | 2012-07-19 | 1 | -2/+2 |
| | | | | | | No functionality change. llvm-svn: 160516 | ||||
* | Fix typo in my last patch. | Fariborz Jahanian | 2012-03-28 | 1 | -2/+2 |
| | | | | llvm-svn: 153602 | ||||
* | objective-c: Improve diagnostics and | Fariborz Jahanian | 2012-03-28 | 1 | -2/+2 |
| | | | | | | | provide 'fixit' hint when dictionary index is not of proper type. // rdar://11062080 llvm-svn: 153584 | ||||
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+138 |
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 |