Commits

Doug Gregor committed 561d5fd4a92
Add an opt-in warning to complain about needless words in declarations. The new option -Womit-needless-words finds places where names are redundant with type information, producing warnings and Fix-Its to shorten the names. Part of rdar://problem/22232287, to help bring the same heuristics we're applying in the Clang importer to the user's Swift code. Swift SVN r31234