Files
swift-mirror/include/swift/Basic/LangOptions.h.rej

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;