From: Fariborz Jahanian Date: Thu, 1 Sep 2011 17:50:05 +0000 (+0000) Subject: objective-c: Make auto synthesis of properties the default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a04247099d51321be99cf3f06bb872b3c5757fa;p=clang objective-c: Make auto synthesis of properties the default. This concludes //rdar://8843851 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index cfb8869f47..c5bcd4bcce 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -217,7 +217,7 @@ public: } virtual bool IsObjCDefaultSynthPropertiesDefault() const { - return false; + return true; } virtual bool IsObjCNonFragileABIDefault() const {