Commits

Jordan Rose committed ff59af1e69b
Only test that all SourceManager buffers are valid when actually still valid. Some of the buffers are owned by the ClangImporter, so after the ClangImporter's been deallocated, the SourceManager isn't going to be fully valid any more. Should fix issues from r21958. Swift SVN r21989