Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return a std::unique_ptr when creating a new MemoryBuffer. | Rafael Espindola | 2014-08-27 | 1 | -2/+2 |
| | | | | llvm-svn: 216583 | ||||
* | Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using ↵ | David Blaikie | 2014-08-21 | 1 | -2/+3 |
| | | | | | | std::unique_ptr llvm-svn: 216223 | ||||
* | SourceMgr diagnotics printing: fix a bug where printing a fixit for a source | Dmitri Gribenko | 2013-09-27 | 1 | -0/+12 |
| | | | | | | | range that includes a tab character will cause out-of-bounds access to the fixit string. llvm-svn: 191563 | ||||
* | Make SourceMgr::PrintMessage() testable and add unit tests | Dmitri Gribenko | 2013-09-27 | 1 | -0/+162 |
llvm-svn: 191558 |