Commits

Michael Ilseman committed 1df56990bdf
Also try to add final to non-public members of public classes. Teaches TryAddFinal to descend into public and objc classes. Only tries to add final if we're either whole compilation mode, or we're processing the primary source buffer. Updates test cases. Includes workarounds for <rdar://problem/17860781> and <rdar://problem/17862348>. Swift SVN r20790