From: Fariborz Jahanian Date: Mon, 15 Feb 2010 21:37:11 +0000 (+0000) Subject: Test to compile the rewritten file for my last patch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aad49232a7d4037d39c5de9b12d9c76ebe1f565f;p=clang Test to compile the rewritten file for my last patch. (radar 7649577 related). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Rewriter/rewrite-implementation.mm b/test/Rewriter/rewrite-implementation.mm new file mode 100644 index 0000000000..608707c430 --- /dev/null +++ b/test/Rewriter/rewrite-implementation.mm @@ -0,0 +1,13 @@ +// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp +// RUN: %clang_cc1 -DSEL="void *" -S %t-rw.cpp +// radar 7649577 + +@interface a +@end + +@interface b : a +@end + +@implementation b +@end +