[Lldb-commits] [lldb] [LLDB] Add array subscription and integer parsing to DIL (PR #141102)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 23 00:38:04 PDT 2025


https://github.com/labath approved this pull request.

I think it's fine. the std::vector formatter tests are not running currently on windows, so it's likely that formatter is just broken there. Since this is test for the DIL and not std::vector, we could write our own formatter to test this functionality, but I think that would be overkill. We can keep the test here, and once the new implementation is enabled, we can move the relevant part to the test for std::vector.

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


More information about the lldb-commits mailing list