| 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 | ||||
| * | yaml::Stream doesn't need to take ownership of the buffer. | Rafael Espindola | 2014-08-27 | 1 | -1/+1 |
| | | | | | | | In fact, most users were already using the StringRef version. llvm-svn: 216575 | ||||
| * | Convert an ownership comment with std::uinque_ptr. | Rafael Espindola | 2014-08-17 | 1 | -2/+3 |
| | | | | | llvm-svn: 215855 | ||||
| * | Test commit, remove trailing whitespace | Benjamin Foster | 2014-08-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 215556 | ||||
| * | Allow using MemoryBuffers with yaml::Stream directly. | Sean Silva | 2012-11-19 | 1 | -0/+34 |
| | | | | | | | | | | | The rationale is to get YAML filenames in diagnostics from yaml::Stream::printError -- currently the filename is hard-coded as "YAML" because there's no buffer information available. Patch by Kim Gräsman! llvm-svn: 168341 | ||||
| * | Suppress stderr noise when test case runs. | Nick Kledzik | 2012-07-31 | 1 | -0/+6 |
| | | | | | llvm-svn: 161085 | ||||
| * | Add YAML parser to Support. | Michael J. Spencer | 2012-04-03 | 1 | -0/+179 |
| llvm-svn: 153977 | |||||

