-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Labels
Description
| Bugzilla Link | 24460 |
| Version | unspecified |
| OS | Windows NT |
| Depends On | #24836 |
| Blocks | #22140 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @amccarth-google |
Extended Description
Currently LLDB only supports data formatters for libc++. Since libc++ isn't a thing on Windows, we need to add data formatters for MSVC's STL implementation under test/data-formatter/data-formatter-stl/msvc which test similar functionality to the ones for the other stl implementations.
NoneType4Name, mrwsl and nSkade