diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-27 20:21:48 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-27 20:21:48 +0000 |
| commit | ea1ba0adfcb7d0c500bc18534757d9296712e3c6 (patch) | |
| tree | 312f1a1de105a62f99fb24aaf42857b7ad7f25d1 /clang/test/Analysis/self-init.m | |
| parent | 09445c48362dd4906dd4ad28428d84e50c309cd9 (diff) | |
| download | bcm5719-llvm-ea1ba0adfcb7d0c500bc18534757d9296712e3c6.tar.gz bcm5719-llvm-ea1ba0adfcb7d0c500bc18534757d9296712e3c6.zip | |
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.
We want the modern behavior most of the time, so inverting the option simplifies
the driver and the tests.
llvm-svn: 191551
Diffstat (limited to 'clang/test/Analysis/self-init.m')
| -rw-r--r-- | clang/test/Analysis/self-init.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/self-init.m b/clang/test/Analysis/self-init.m index 5a4354f49ad..d1fb88de541 100644 --- a/clang/test/Analysis/self-init.m +++ b/clang/test/Analysis/self-init.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -fobjc-default-synthesize-properties -analyzer-config ipa=dynamic -fno-builtin %s -verify -// RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -fobjc-default-synthesize-properties -fno-builtin %s -verify +// RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -analyzer-config ipa=dynamic -fno-builtin %s -verify +// RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -fno-builtin %s -verify @class NSZone, NSCoder; @protocol NSObject |

