[PATCH] LineIterator: Provide a variant that keeps blank lines
Justin Bogner
mail at justinbogner.com
Tue Sep 16 16:05:35 PDT 2014
Currently, line_iterator skips blanks lines. This isn't always the most
useful behaviour, though, as evidenced by the somewhat awkward use in
llvm-cov. This adds a knob to control whether or not to skip blanks.
WDYT?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: line_iterator.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140916/bd249ecb/attachment.bin>
More information about the llvm-commits
mailing list