mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Enable strict keyword argument checking by default <rdar://problem/14462349>.
Swift SVN r17743
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user