Update comment after r152140. Clarify a bit too.

llvm-svn: 152441
This commit is contained in:
Nico Weber 2012-03-09 21:19:44 +00:00
parent 394d07ea88
commit 97bd94bd98
1 changed files with 2 additions and 1 deletions

View File

@ -2250,7 +2250,8 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
}
}
// -fobjc-default-synthesize-properties=0 is default.
// -fobjc-default-synthesize-properties=1 is default. This only has an effect
// if the nonfragile objc abi is used.
if (Args.hasFlag(options::OPT_fobjc_default_synthesize_properties,
options::OPT_fno_objc_default_synthesize_properties,
getToolChain().IsObjCDefaultSynthPropertiesDefault())) {