Commits

Doug Gregor committed 1a54bb1b7b2
Fix printing of @warn_unused_result attribute. We were screwing up mutating_variant-only printing (with an extra ", ") and not properly adding the space after the attribute. Fixes rdar://problem/21111641. Swift SVN r29044