]> granicus.if.org Git - clang/commitdiff
These test now run in objective-c++ mode we well.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 18 May 2010 18:24:06 +0000 (18:24 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 18 May 2010 18:24:06 +0000 (18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104041 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/block-attr.m
test/SemaObjC/objc2-warn-weak-decl.m
test/SemaObjC/warn-assign-property-nscopying.m
test/SemaObjC/warn-weak-field.m

index c89aed4bb60ddc4aaca117ecc8d6aa348e872e53..de203e711ede73b4a577b8da2a63b4cdbab254c3 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -fobjc-gc-only %s
+// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -fobjc-gc-only %s
 
 @interface Thing  {}
 
index 76b542de94a63e5d46d2cc1ddc0fc5de70799575..22a3fca91ba5ec5193271c3f58c9b4c5b42c3532 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
+// RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
 struct S {
        __weak id  p;  // expected-warning {{__weak attribute cannot be specified on a field declaration}}
 };
index 953814cdce1b07a415aa893a984c8c46a31494d2..1bdb4f0de93e7fbd4f6b06b98ee93509cabc1ba8 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1  -fobjc-gc -fsyntax-only -verify %s
+// RUN: %clang_cc1  -x objective-c++ -fobjc-gc -fsyntax-only -verify %s
 
 @protocol NSCopying @end
 
index f20691c186963158f12b66be732012628510fa40..ead454a04a37c7391f1d734fbb27a9fd08ef836a 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
+// RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
 
 struct S {
        __weak id w; // expected-warning {{__weak attribute cannot be specified on a field declaration}}