diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-12-27 04:28:57 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-12-27 04:28:57 +0000 |
commit | f8c5281c875fd529dc6e4c0a9b2e3a0b3fedf519 (patch) | |
tree | 324f933122164da211782a769d8376683fea2ecb /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ae50a9e6763f8a2abd97950208031ed416dc5d8a (diff) | |
download | llvm-f8c5281c875fd529dc6e4c0a9b2e3a0b3fedf519.zip llvm-f8c5281c875fd529dc6e4c0a9b2e3a0b3fedf519.tar.gz llvm-f8c5281c875fd529dc6e4c0a9b2e3a0b3fedf519.tar.bz2 |
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.
llvm-svn: 198068
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions