summaryrefslogtreecommitdiffstats
path: root/clang/test/Rewriter/rewrite-modern-block-ivar-call.mm
Commit message (Collapse)AuthorAgeFilesLines
* Specify -std=gnu++98 on some Rewriter tests. NFC.Paul Robinson2016-12-091-1/+1
| | | | | | | | | Rewriter tests rewrite Objective-C++ to C++, and then compile the result. The rewritten result sometimes doesn't work with C++11. As we want to allow Clang's default dialect to become C++11, we need to make sure the tests will still pass. llvm-svn: 289167
* objective-c modern translator: Refactor intername ivar names toFariborz Jahanian2012-03-201-1/+1
| | | | | | | one place and use it throughout. Also, change ivar name to avoid name collisions. // rdar://11079366 llvm-svn: 153093
* objc modern translator. Fixes writing of block pointer ivar access.Fariborz Jahanian2012-02-241-0/+17
llvm-svn: 151371
OpenPOWER on IntegriCloud