aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/SourceMgrTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-2/+2
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie1-2/+3
2013-09-27SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko1-0/+12
2013-09-27Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko1-0/+162