Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-17 | LineIterator: Provide a variant that keeps blank lines | Justin Bogner | 1 | -9/+87 |
2014-08-27 | Convert a few more cases of direct intialization of unique_ptrs from MemoryBu... | David Blaikie | 1 | -9/+9 |
2014-08-27 | Return a std::unique_ptr when creating a new MemoryBuffer. | Rafael Espindola | 1 | -7/+7 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -15/+15 |
2013-12-27 | Introduce a simple line-by-line iterator type into the Support library. | Chandler Carruth | 1 | -0/+115 |