1. 69fe4e9 LineIterator: Provide a variant that keeps blank lines by Justin Bogner · 11 years ago
  2. 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
  3. 3560ff2 Return a std::unique_ptr when creating a new MemoryBuffer. by Rafael Espindola · 11 years ago
  4. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  5. f8c5281 Introduce a simple line-by-line iterator type into the Support library. by Chandler Carruth · 12 years ago