Turn -implicit-objc-with on by default <rdar://problem/16795899>.

Swift SVN r17796
This commit is contained in:
Doug Gregor
2014-05-09 20:17:42 +00:00
parent d410bd0acd
commit d1e8be50be
8 changed files with 26 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ namespace swift {
/// Whether to make the "with" at the beginning of the first argument of
/// an initializer implicit (i.e., dropped on import, added when computing
/// a selector).
bool ImplicitObjCWith = false;
bool ImplicitObjCWith = true;
/// Enables checking that uses of @objc require importing
/// the ObjectiveC module.