Chandler Carruth 5ff21b4111 Introduce a simple line-by-line iterator type into the Support library.
This is an iterator which you can build around a MemoryBuffer. It will
iterate through the non-empty, non-comment lines of the buffer as
a forward iterator. It should be small and reasonably fast (although it
could be made much faster if anyone cares, I don't really...).

This will be used to more simply support the text-based sample
profile file format, and is largely based on the original patch by
Diego. I've re-worked the style of it and separated it from the work of
producing a MemoryBuffer from a file which both simplifies the interface
and makes it easier to test.

The style of the API follows the C++ standard naming conventions to fit
in better with iterators in general, much like the Path and FileSystem
interfaces follow standard-based naming conventions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198068 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-27 04:28:57 +00:00
..
2013-05-01 21:01:06 +00:00
2013-12-05 05:44:44 +00:00
2013-12-25 01:15:36 +00:00
2013-11-15 01:25:34 +00:00
2013-12-19 16:02:32 +00:00
2013-12-12 15:45:32 +00:00
2013-08-01 01:38:16 +00:00
2013-07-16 19:44:17 +00:00
2013-06-13 21:16:58 +00:00
2013-05-21 20:36:13 +00:00
2013-12-13 16:05:32 +00:00
2013-02-26 18:05:31 +00:00
2013-07-16 19:44:17 +00:00
2013-08-20 22:52:02 +00:00