mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
18 lines
629 B
Plaintext
18 lines
629 B
Plaintext
***************
|
|
*** 148,154 ****
|
|
/// places elsewhere in the compiler that specifically reference
|
|
/// Objective-C entities whose names are affected by
|
|
/// omit-needless-words.
|
|
- bool OmitNeedlessWords = false;
|
|
|
|
/// Enable the Swift 3 migration via Fix-Its.
|
|
bool Swift3Migration = false;
|
|
--- 148,154 ----
|
|
/// places elsewhere in the compiler that specifically reference
|
|
/// Objective-C entities whose names are affected by
|
|
/// omit-needless-words.
|
|
+ bool OmitNeedlessWords = true;
|
|
|
|
/// Enable the Swift 3 migration via Fix-Its.
|
|
bool Swift3Migration = false;
|