Rafael Espindola
|
3560ff2c1f
|
Return a std::unique_ptr when creating a new MemoryBuffer.
llvm-svn: 216583
|
2014-08-27 20:03:13 +00:00 |
David Blaikie
|
1961f14cf9
|
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
llvm-svn: 216223
|
2014-08-21 20:44:56 +00:00 |
Dmitri Gribenko
|
78fe2ba3ba
|
SourceMgr diagnotics printing: fix a bug where printing a fixit for a source
range that includes a tab character will cause out-of-bounds access to the
fixit string.
llvm-svn: 191563
|
2013-09-27 21:24:36 +00:00 |
Dmitri Gribenko
|
8f944628ac
|
Make SourceMgr::PrintMessage() testable and add unit tests
llvm-svn: 191558
|
2013-09-27 21:09:25 +00:00 |