summaryrefslogtreecommitdiffstats
path: root/lib/Support/LineIterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CRLF support to LineIterator.Rafael Espindola2014-11-031-16/+30
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-6/+17
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+4
* Use two variables here rather than reusing (and abusing) one. This isChandler Carruth2013-12-271-6/+6
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-271-0/+68