From: Ted Kremenek Date: Thu, 17 Feb 2011 02:17:56 +0000 (+0000) Subject: Disable default synthesized properties until we can properly re-evaluate the feature. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb468dcf86d306ba8557b4914a0d09fe946d1fa;p=clang Disable default synthesized properties until we can properly re-evaluate the feature. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125708 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index 870621268e..0e3645cb8f 100644 --- a/lib/Driver/ToolChains.h +++ b/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 {