[lldb] [llvm] [lldb] Add MSVC STL formatters for remaining standard library types (PR #217177)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 02:15:22 PDT 2026
Daedie-git wrote:
Yes — I'll leave the types you already have open PRs for to those patches:
- bitset: #175570
- initializer_list: #178712
- coroutine_handle: #194941
- chrono: #195125
The rest is split per type (queue/stack/priority_queue grouped, as you suggested):
- queue / stack / priority_queue: #217241
- valarray: #217242
- expected: #217243
- source_location: #217244
- error_code / error_condition: #217245
- filesystem::path: #217246
- vector iterators: #217247
Closing this combined PR in favor of those.
https://github.com/llvm/llvm-project/pull/217177
More information about the llvm-commits
mailing list