Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted...
[oota-llvm.git] / unittests / Support / LineIteratorTest.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...