[Lldb-commits] [lldb] [lldb/DWARF] Downgrade the "parent of variable is not CU" error (PR #108806)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 16 04:09:13 PDT 2024
labath wrote:
Adding these to the manual index is very easy -- there just isn't a point in doing it (except maybe for consistency).
In case I wasn't clear: this warning/error appears in the compiler-generated indexes, because we find the variable in the name lookup -- and then ignore it.
For the manual index, the variable is simply not found, so there's nothing to ignore or warn about.
https://github.com/llvm/llvm-project/pull/108806
More information about the lldb-commits
mailing list