[cfe-commits] r138947 - /cfe/trunk/lib/Driver/ToolChains.h

Fariborz Jahanian fjahanian at apple.com
Thu Sep 1 10:50:05 PDT 2011


Author: fjahanian
Date: Thu Sep  1 12:50:05 2011
New Revision: 138947

URL: http://llvm.org/viewvc/llvm-project?rev=138947&view=rev
Log:
objective-c: Make auto synthesis of properties the default.
This concludes //rdar://8843851

Modified:
    cfe/trunk/lib/Driver/ToolChains.h

Modified: cfe/trunk/lib/Driver/ToolChains.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.h?rev=138947&r1=138946&r2=138947&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.h (original)
+++ cfe/trunk/lib/Driver/ToolChains.h Thu Sep  1 12:50:05 2011
@@ -217,7 +217,7 @@
   }
   
   virtual bool IsObjCDefaultSynthPropertiesDefault() const {
-    return false;
+    return true;
   }
 
   virtual bool IsObjCNonFragileABIDefault() const {





More information about the cfe-commits mailing list