Split out from https://reviews.llvm.org/D66782, use Optional<MemoryBufferRef>
in line_iterator so you don't need access to a MemoryBuffer*. Follow up
patches in clang/ will leverage this.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D89280
Support: Allow use of MemoryBufferRef with line_iterator ClosedPublic Authored by dexonsmith on Oct 12 2020, 4:12 PM.
Details Summary Split out from https://reviews.llvm.org/D66782, use Optional<MemoryBufferRef>
Diff Detail Event Timelinedexonsmith added a parent revision: D89279: Support: Add operator== for MemoryBufferRef and split out MemoryBufferRef.h. dexonsmith added a child revision: D66782: SourceManager: Prefer Optional<MemoryBufferRef> over MemoryBuffer*. This revision is now accepted and ready to land.Oct 13 2020, 9:22 AM Closed by commit rGf2b7d9f7faa2: Support: Allow use of MemoryBufferRef with line_iterator (authored by dexonsmith). · Explain WhyOct 13 2020, 1:45 PM This revision was automatically updated to reflect the committed changes. dexonsmith added a child revision: D89414: clang/StaticAnalyzer: Stop using SourceManager::getBuffer.Oct 14 2020, 11:12 AM dexonsmith removed a child revision: D66782: SourceManager: Prefer Optional<MemoryBufferRef> over MemoryBuffer*.
Revision Contents
Diff 297711 llvm/include/llvm/Support/LineIterator.h
llvm/lib/Support/LineIterator.cpp
llvm/unittests/Support/LineIteratorTest.cpp
|