aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/LineIterator.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-03Add CRLF support to LineIterator.Rafael Espindola1-16/+30
2014-09-17LineIterator: Provide a variant that keeps blank linesJustin Bogner1-6/+17
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-3/+4
2013-12-27Use two variables here rather than reusing (and abusing) one. This isChandler Carruth1-6/+6
2013-12-27Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth1-0/+68