From: Fariborz Jahanian Date: Thu, 4 Mar 2010 23:13:29 +0000 (+0000) Subject: Make rewritten source compiled with clang++. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a74326651c4040d2150192c43f29732ac5485e09;p=clang Make rewritten source compiled with clang++. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97762 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Rewriter/rewrite-protocol-qualified.mm b/test/Rewriter/rewrite-protocol-qualified.mm index e91c3db861..5f12010afd 100644 --- a/test/Rewriter/rewrite-protocol-qualified.mm +++ b/test/Rewriter/rewrite-protocol-qualified.mm @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp -// RUN: FileCheck -check-prefix LP --input-file=%t-rw.cpp %s +// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp +// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"id=void*" -D"__declspec(X)=" %t-rw.cpp // radar 7589414 @protocol NSPortDelegate; @@ -30,12 +30,3 @@ void f() { id a; id b = bar((id )a); } - -// CHECK-LP: NSConnection /**/ *conn = 0; - -// CHECK-LP: id /**/ *idc = 0; - -// CHECK-LP: func(id/**/ inProxy); - -// CHECK-LP: bar((id /**/)a); -