Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ff020a6b60454c67142a24727f18a5cb1521f66
/
llvm
/
unittests
/
Support
/
LineIteratorTest.cpp
69fe4e9
LineIterator: Provide a variant that keeps blank lines
by Justin Bogner
· 11 years ago
dfbe3d6
Convert a few more cases of direct intialization of unique_ptrs from MemoryBuffer::getMemBuffer to move initialization now that it returns by unique_ptr instead of raw pointer.
by David Blaikie
· 11 years ago
3560ff2
Return a std::unique_ptr when creating a new MemoryBuffer.
by Rafael Espindola
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
f8c5281
Introduce a simple line-by-line iterator type into the Support library.
by Chandler Carruth
· 12 years ago