diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-02-17 02:17:56 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-02-17 02:17:56 +0000 |
commit | 378313944f2f262970c1c655bd88a2d1d11c94e8 (patch) | |
tree | 2959c5139366468c13e6b6231dc5b966958a54e7 | |
parent | 5df2a4e8dfa1ad9c2f91939a07fe3dfc809ed944 (diff) | |
download | bcm5719-llvm-378313944f2f262970c1c655bd88a2d1d11c94e8.tar.gz bcm5719-llvm-378313944f2f262970c1c655bd88a2d1d11c94e8.zip |
Disable default synthesized properties until we can properly re-evaluate the feature.
llvm-svn: 125708
-rw-r--r-- | clang/lib/Driver/ToolChains.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h index 870621268e3..0e3645cb8f7 100644 --- a/clang/lib/Driver/ToolChains.h +++ b/clang/lib/Driver/ToolChains.h @@ -185,8 +185,7 @@ public: } virtual bool IsObjCDefaultSynthPropertiesDefault() const { - // Always allow default synthesized properties on Darwin. - return true; + return false; } virtual bool IsObjCNonFragileABIDefault() const { |