[Lldb-commits] [lldb] [WIP] [lldb][TypeSystemClang] Create clang::SourceLocation from DWARF and attach to AST (PR #127829)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 25 01:14:19 PST 2025
Michael137 wrote:
> Do we only pay the cost when a diagnostic is generated, or every time a DW_AT_file is parsed?
Currently it's on creation of the decl
https://github.com/llvm/llvm-project/pull/127829
More information about the lldb-commits
mailing list