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