Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C. After providing a fix-it for a | Fariborz Jahanian | 2013-12-18 | 1 | -2/+2 |
| | | | | | | | | cstring, converted to NSString, produce the matching AST for it. This also required some refactoring of the previous code. // rdar://14106083 llvm-svn: 197605 | ||||
* | Objective-C. Make diagnostics and fix-its consistent | Fariborz Jahanian | 2013-12-17 | 1 | -0/+24 |
when diagnosing casting of a cstring literal to NSString in default and -fobjc-arc mode. // rdar://14106083 llvm-svn: 197515 |