Return a std::unique_ptr when creating a new MemoryBuffer.
[oota-llvm.git] / unittests / Support / YAMLParserTest.cpp
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-08-13 Benjamin FosterTest commit, remove trailing whitespace
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-07-31 Nick KledzikSuppress stderr noise when test case runs.
2012-04-03 Michael J. SpencerAdd YAML parser to Support.