aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/YAMLParserTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-2/+2
2014-08-27yaml::Stream doesn't need to take ownership of the buffer.Rafael Espindola1-1/+1
2014-08-17Convert an ownership comment with std::uinque_ptr.Rafael Espindola1-2/+3
2014-08-13Test commit, remove trailing whitespaceBenjamin Foster1-1/+1
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva1-0/+34
2012-07-31Suppress stderr noise when test case runs.Nick Kledzik1-0/+6
2012-04-03Add YAML parser to Support.Michael J. Spencer1-0/+179