Commits

Chris Lattner committed bab9b62c87b
reimplement the "function produces expected type 'XYZ'; did you mean to call it with '()'?" fixit hint in CSDiags instead of being a FixKind. This resolves a number of issues with it, particularly that it didn't actually check to see if the function in question takes a () argument or not. This fixes: <rdar://problem/21692808> QoI: Incorrect 'add ()' fixit with trailing closure among other issues. Swift SVN r31728