From: Fariborz Jahanian Date: Thu, 1 Sep 2011 20:23:17 +0000 (+0000) Subject: default property synthesis is off by default X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3685fd4c2546cfd450de6484ed4125adc1476c0;p=clang default property synthesis is off by default for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index c5bcd4bcce..cfb8869f47 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -217,7 +217,7 @@ public: } virtual bool IsObjCDefaultSynthPropertiesDefault() const { - return true; + return false; } virtual bool IsObjCNonFragileABIDefault() const {