Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type 'unsign...
[oota-llvm.git] / lib / Support / LineIterator.cpp
2014-11-03 Rafael EspindolaAdd CRLF support to LineIterator.
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-12-27 Chandler CarruthUse two variables here rather than reusing (and abusing...
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...