llvm-project/llvm/test/tools/llvm-debuginfo-analyzer
Javier Lopez-Gomez ca9fbb5553
[llvm-debuginfo-analyzer] Remove LVScope::Children container (#144750)
Remove the `LVScope::Children` container and use `llvm::concat()`
instead to return a view over the types, symbols, and sub-scopes
contained in a given `LVScope`.

Fixes #69160.
2025-09-25 15:30:18 +00:00
..