summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/LineIteratorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-9/+87
* Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...David Blaikie2014-08-271-9/+9
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-7/+7
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-15/+15
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-271-0/+115
OpenPOWER on IntegriCloud