summaryrefslogtreecommitdiff
path: root/test/Rewriter/objc-modern-implicit-cast.mm
Commit message (Collapse)AuthorAgeFilesLines
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-161-1/+0
| | | | | | | | cast to/from block pointer types. // rdar://11202764 Also, many more modern translator tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154869 91177308-0d34-0410-b5e6-96231b3b80d8
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-131-0/+1
| | | | | | | | __typeof which is a regression by reverting r154360. // rdar://11233924 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154679 91177308-0d34-0410-b5e6-96231b3b80d8
* objective-c modern translator: rewriting specificFariborz Jahanian2012-04-101-0/+33
implicit casts which is needed to produce good c++ code. // rdar://11202764 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154360 91177308-0d34-0410-b5e6-96231b3b80d8