summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-objc-arc.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-181-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 Jahanian2013-12-171-0/+24
when diagnosing casting of a cstring literal to NSString in default and -fobjc-arc mode. // rdar://14106083 llvm-svn: 197515
OpenPOWER on IntegriCloud