*************** *** 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;