default property synthesis is off by default

for now.

llvm-svn: 138958
This commit is contained in:
Fariborz Jahanian 2011-09-01 20:23:17 +00:00
parent 6ac0b717b4
commit 415e47dd6e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public:
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
return true;
return false;
}
virtual bool IsObjCNonFragileABIDefault() const {