Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify -std=gnu++98 on some Rewriter tests. NFC. | Paul Robinson | 2016-12-09 | 1 | -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 to | Fariborz Jahanian | 2012-03-20 | 1 | -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 Jahanian | 2012-02-24 | 1 | -0/+17 |
llvm-svn: 151371 |