Return a std::unique_ptr when creating a new MemoryBuffer.
[oota-llvm.git] / unittests / Support / LineIteratorTest.cpp
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...