]> granicus.if.org Git - clang/commitdiff
objective-c: Make auto synthesis of properties the default.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Sep 2011 17:50:05 +0000 (17:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Sep 2011 17:50:05 +0000 (17:50 +0000)
This concludes //rdar://8843851

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

lib/Driver/ToolChains.h

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