summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/YAMLParserTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-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 Kledzik2012-07-311-0/+6
| | | | llvm-svn: 161085
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+179
llvm-svn: 153977
OpenPOWER on IntegriCloud