Commits

Jordan Rose committed 77f62285425
[ClangImporter] Warn on and ignore invalid swift_name attributes. ...that Clang didn't catch for us. The Clang side of things is now looser so that we don't have to mirror our import logic over there, but that means invalid cases can slip through. Part of rdar://problem/21091469 Swift SVN r29535