From: Ted Kremenek Date: Tue, 6 Mar 2012 20:06:15 +0000 (+0000) Subject: Enable default @synthesize by default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a253960f0312c9759965a1defb9326d6b2764a4;p=clang Enable default @synthesize by default. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152140 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index aee21741dd..e894105a2d 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -349,7 +349,7 @@ public: } virtual bool IsObjCDefaultSynthPropertiesDefault() const { - return false; + return true; } virtual bool IsObjCNonFragileABIDefault() const {