summaryrefslogtreecommitdiffstats
path: root/clang/test/Rewriter/rewrite-modern-atautoreleasepool.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
* modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian2012-05-231-0/+32
statement. // rdar://11474836. llvm-svn: 157359
OpenPOWER on IntegriCloud