Commits

Chris Lattner committed e3f6f4b87aa
Convert test cases to use the new auto_closure attribute, inform conversion ranking about auto_closure, and rip out the CR_AutoClosure implicit conversion. Our conversion ranking is now completely trivial: we either have an identity conversion or an invalid one - no crazy implicit conversions (still have tuple shuffles etc though). Swift SVN r1192