]> granicus.if.org Git - clang/commitdiff
default property synthesis is off by default
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Sep 2011 20:23:17 +0000 (20:23 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Sep 2011 20:23:17 +0000 (20:23 +0000)
for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138958 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.h

index c5bcd4bccebd4fbc485784b0296beefe5bb4d558..cfb8869f47ef66670a26344bfbf9e1c0988383fc 100644 (file)
@@ -217,7 +217,7 @@ public:
   }
   
   virtual bool IsObjCDefaultSynthPropertiesDefault() const {
-    return true;
+    return false;
   }
 
   virtual bool IsObjCNonFragileABIDefault() const {