Commits

Chris Lattner committed 3e3040af62a
simplify the code for computing overload properties. instead of keeping track of the exact match while we scan potential matches, just filter out the non-exact matches afterward if we saw any. This simplifies the code, but NFC. Swift SVN r15027