[Lldb-commits] [lldb] [WIP] [lldb][TypeSystemClang] Create clang::SourceLocation from DWARF and attach to AST (PR #127829)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 11:17:12 PST 2025


adrian-prantl wrote:

It might be worth exploring a SourceManager subclass that has in addition to a MemoryBuffer-backed location also a source file type that is a file/line variant that is only converted into a MemoryBuffer-backed location if we do an operation that really needs it.

https://github.com/llvm/llvm-project/pull/127829


More information about the lldb-commits mailing list