Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / LineIterator.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-18 Benjamin KramerLineIterator: Add DataTypes.h for int64_t on MSVC.
2014-04-18 Benjamin KramerAdd some missing includes for various standard library...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-19 Justin BognerSupport: Add postincrement and include guards to LineIt...
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...