Commits
Argyrios Kyrtzidis committed 44d46de7c95
Use swift::SourceManager's addNewSourceBuffer() instead of llvm::SourceMgr's AddNewSourceBuffer(). Also remove the SourceLoc parameter from addNewSourceBuffer(). In llvm::SourceMgr it is used to indicate textual inclusion, which we don't have in swift. Swift SVN r10014