Enable strict keyword argument checking by default <rdar://problem/14462349>.

Swift SVN r17743
This commit is contained in:
Doug Gregor
2014-05-09 00:20:47 +00:00
parent a23bafccb6
commit 6deba37f0a
4 changed files with 66 additions and 3 deletions

View File

@@ -72,8 +72,9 @@ namespace swift {
bool ImportCFTypes = false;
/// Be strict about the use of keyword arguments.
/// FIXME: This will become the default.
bool StrictKeywordArguments = false;
/// FIXME: This is the default, and the option will eventually be
/// removed.
bool StrictKeywordArguments = true;
/// Implicit target configuration options. There are currently two
/// supported target configuration values: