forked from OSchip/llvm-project
default property synthesis is off by default
for now. llvm-svn: 138958
This commit is contained in:
parent
6ac0b717b4
commit
415e47dd6e
|
@ -217,7 +217,7 @@ public:
|
|||
}
|
||||
|
||||
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool IsObjCNonFragileABIDefault() const {
|
||||
|
|
Loading…
Reference in New Issue