Commits

Dmitri Hrybenko committed 13070a31bdb
SourceManager: make findBufferContainingLoc() always succeed. Every valid source location corresponds to a source buffer. There should be no cases where we create a source location for a random string. Thus, findBufferContainingLoc() always succeeds. Swift SVN r7120