diff options
author | John McCall <rjmccall@apple.com> | 2015-11-12 23:39:39 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2015-11-12 23:39:39 +0000 |
commit | d6da23d2dfeb0d40cc49bb2b34c7ca3b6f8dfed9 (patch) | |
tree | e088169786e8cb6981f577ec4b3278402be42670 /clang/test | |
parent | b883b01a8e44f841339023593b461b09e008f27a (diff) | |
download | bcm5719-llvm-d6da23d2dfeb0d40cc49bb2b34c7ca3b6f8dfed9.tar.gz bcm5719-llvm-d6da23d2dfeb0d40cc49bb2b34c7ca3b6f8dfed9.zip |
Remove -Wobjc-weak-compat; there isn't a compelling use case for this.
llvm-svn: 252971
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/SemaObjC/property-in-class-extension-1.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaObjC/property-in-class-extension-1.m b/clang/test/SemaObjC/property-in-class-extension-1.m index 8f5907b54d3..b25639cf062 100644 --- a/clang/test/SemaObjC/property-in-class-extension-1.m +++ b/clang/test/SemaObjC/property-in-class-extension-1.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-weak -verify -Weverything -Wno-objc-weak-compat %s -// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-weak -fsyntax-only -verify -Weverything -Wno-objc-weak-compat %s +// RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-weak -verify -Weverything %s +// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-weak -fsyntax-only -verify -Weverything %s // rdar://12103400 @class NSString; |