aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/LineIteratorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-17LineIterator: Provide a variant that keeps blank linesJustin Bogner1-9/+87
2014-08-27Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...David Blaikie1-9/+9
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-7/+7
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-15/+15
2013-12-27Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth1-0/+115