summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/YAMLParserTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-2/+2
* yaml::Stream doesn't need to take ownership of the buffer.Rafael Espindola2014-08-271-1/+1
* Convert an ownership comment with std::uinque_ptr.Rafael Espindola2014-08-171-2/+3
* Test commit, remove trailing whitespaceBenjamin Foster2014-08-131-1/+1
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+34
* Suppress stderr noise when test case runs.Nick Kledzik2012-07-311-0/+6
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+179
OpenPOWER on IntegriCloud