summaryrefslogtreecommitdiff
path: root/test/Rewriter/rewrite-modern-nested-ivar.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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289167 91177308-0d34-0410-b5e6-96231b3b80d8
* 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153093 91177308-0d34-0410-b5e6-96231b3b80d8
* more objective-c modern translator ivar tests.Fariborz Jahanian2012-02-241-0/+33
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151376 91177308-0d34-0410-b5e6-96231b3b80d8