Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |