[Lldb-commits] [lldb] [lldb][test] Avoid out-of-bounds reads in TestConflictingSymbol.py (PR #172792)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 18 01:46:34 PST 2025


DavidSpickett wrote:

The fix makes sense to me but

> Generic data variables are considered to be of the type void *&, see ClangExpressionDeclMap::AddOneGenericVariable().

Can you explain what "generic data variable" means and how we decide to classify this as such? Is it something to do with the conflicting symbols or is that unrelated.

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


More information about the lldb-commits mailing list