aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-02-17 02:17:56 +0000
committerTed Kremenek <kremenek@apple.com>2011-02-17 02:17:56 +0000
commit2fb468dcf86d306ba8557b4914a0d09fe946d1fa (patch)
tree7534c9fb03ea0b8a0d2de00e635bc5b1d65f8c1b
parent9d50634cfc268ecc9a7250226dd5ca0e945240d4 (diff)
Disable default synthesized properties until we can properly re-evaluate the feature.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125708 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Driver/ToolChains.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h
index 870621268e..0e3645cb8f 100644
--- a/lib/Driver/ToolChains.h
+++ b/lib/Driver/ToolChains.h
@@ -185,8 +185,7 @@ public:
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
- // Always allow default synthesized properties on Darwin.
- return true;
+ return false;
}
virtual bool IsObjCNonFragileABIDefault() const {