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 | ||||
* | modern objc translation: Add translation of @autoreleasepool | Fariborz Jahanian | 2012-05-23 | 1 | -0/+32 |
statement. // rdar://11474836. llvm-svn: 157359 |