Commits

Chris Lattner committed 3cbd67dbb34
Refactor handling of 'hasTrailingClosure' in CalleeCandidateInfo. This is a statically determinable property of a given call site, so pass it into the ctor for CalleeCandidateInfo instead of computing it when filtering. NFC.