Commits

John McCall committed 30149ca3fc5
Fix some demangling bugs with curried and throwing functions. As part of this, I've made the demangler base the colon-vs.-not decision on the entity kind instead of assuming that anything with a function type must be a function. It also looks through new-style generics when it didn't before. Swift SVN r28814