Enable default @synthesize by default.

llvm-svn: 152140
This commit is contained in:
Ted Kremenek 2012-03-06 20:06:15 +00:00
parent 415287d943
commit d151dde0e6
1 changed files with 1 additions and 1 deletions

View File

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