Commits

Chris Lattner committed a32947cbb27
Introduce the notion of an uncurry level to CalleeCandidateInfo to start rationalizing how it handles members and curried functions, also paving the way for future improvements. This implements the infrastructure but keeps the functionality the same (the only functionality change is that it works a bit better with vardecls of function type). Swift SVN r30464