Disable default synthesized properties until we can properly re-evaluate the feature.
llvm-svn: 125708
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h
index 8706212..0e3645c 100644
--- a/clang/lib/Driver/ToolChains.h
+++ b/clang/lib/Driver/ToolChains.h
@@ -185,8 +185,7 @@
   }
   
   virtual bool IsObjCDefaultSynthPropertiesDefault() const {
-    // Always allow default synthesized properties on Darwin.
-    return true;
+    return false;
   }
 
   virtual bool IsObjCNonFragileABIDefault() const {