This adds a std::string_view pretty printer for libcxx and updates the gdb pretty printer test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 45070 Build 46711: arc lint + arc unit
Event Timeline
Comment Actions
LGTM. But I would also like the opinion of Sterling, since they work in this code most often.
libcxx/utils/gdb/libcxx/printers.py | ||
---|---|---|
935 | Should we have a basic_string_view printer as well? |
libcxx/utils/gdb/libcxx/printers.py | ||
---|---|---|
935 | Yes we should, but otherwise looks good. |
Comment Actions
Committed as: b4c911eccc4cccdd8cb536dc003ff9d4eb3bdc70
Please follow up with the additional basic_string_view tests.
Should we have a basic_string_view printer as well?