llvm-project
490641fa - [lldb] Add MSVC STL formatter for vector iterators (#217247)

Commit
22 hours ago
[lldb] Add MSVC STL formatter for vector iterators (#217247) `std::_Vector_iterator` and `std::_Vector_const_iterator` store the element pointer in `_Ptr`. Reuse the existing vector-iterator frontend (same pattern as libc++ / libstdc++). Tests: generic iterator suite's MSVC STL category (Windows). Part of #24834 Assisted-by: Grok 4.6 Assisted-by: codex-5.6-high --------- Co-authored-by: Bjorn Schobben <bjorn.schobben@aimsport.com>
Author
Parents
Loading