[cfe-commits] r152140 - /cfe/trunk/lib/Driver/ToolChains.h
Ted Kremenek
kremenek at apple.com
Tue Mar 6 12:06:16 PST 2012
Author: kremenek
Date: Tue Mar 6 14:06:15 2012
New Revision: 152140
URL: http://llvm.org/viewvc/llvm-project?rev=152140&view=rev
Log:
Enable default @synthesize by default.
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=152140&r1=152139&r2=152140&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.h (original)
+++ cfe/trunk/lib/Driver/ToolChains.h Tue Mar 6 14:06:15 2012
@@ -349,7 +349,7 @@
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
- return false;
+ return true;
}
virtual bool IsObjCNonFragileABIDefault() const {
More information about the cfe-commits
mailing list