]> granicus.if.org Git - clang/commitdiff
Disable default synthesized properties until we can properly re-evaluate the feature.
authorTed Kremenek <kremenek@apple.com>
Thu, 17 Feb 2011 02:17:56 +0000 (02:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 17 Feb 2011 02:17:56 +0000 (02:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125708 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.h

index 870621268e32875aa0b6313502744f425a0a6697..0e3645cb8f7e043d586ef4094617c5fbbe8841ce 100644 (file)
@@ -185,8 +185,7 @@ public:
   }
   
   virtual bool IsObjCDefaultSynthPropertiesDefault() const {
-    // Always allow default synthesized properties on Darwin.
-    return true;
+    return false;
   }
 
   virtual bool IsObjCNonFragileABIDefault() const {