aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-03-06 20:06:15 +0000
committerTed Kremenek <kremenek@apple.com>2012-03-06 20:06:15 +0000
commit2a253960f0312c9759965a1defb9326d6b2764a4 (patch)
treecf212d76c0f3a1090c961911ea3dd51111dd99d0
parent1a45a5ff5d495cb6cd9a3d4d06317af79c0f634d (diff)
Enable default @synthesize by default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152140 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Driver/ToolChains.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h
index aee21741dd..e894105a2d 100644
--- a/lib/Driver/ToolChains.h
+++ b/lib/Driver/ToolChains.h
@@ -349,7 +349,7 @@ public:
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
- return false;
+ return true;
}
virtual bool IsObjCNonFragileABIDefault() const {