Commits

Chris Lattner committed e0527c8a842
simplify resolveIdentifierType() in two ways: 1) a DeclContext doesn't need to be passed in, now that IdentifierType tracks it. 2) factor the code that sets Components to ErrorType out of the clients. Swift SVN r5250