[cfe-commits] r125708 - /cfe/trunk/lib/Driver/ToolChains.h
Ted Kremenek
kremenek at apple.com
Wed Feb 16 18:17:56 PST 2011
Author: kremenek
Date: Wed Feb 16 20:17:56 2011
New Revision: 125708
URL: http://llvm.org/viewvc/llvm-project?rev=125708&view=rev
Log:
Disable default synthesized properties until we can properly re-evaluate the feature.
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=125708&r1=125707&r2=125708&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.h (original)
+++ cfe/trunk/lib/Driver/ToolChains.h Wed Feb 16 20:17:56 2011
@@ -185,8 +185,7 @@
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
- // Always allow default synthesized properties on Darwin.
- return true;
+ return false;
}
virtual bool IsObjCNonFragileABIDefault() const {
More information about the cfe-commits
mailing list