swiftlang / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.12k stars 331 forks source link

[SR-12220] Swift.Substring doesn't have a built-in formatter #4430

Open belkadan opened 4 years ago

belkadan commented 4 years ago
Previous ID SR-12220
Radar rdar://problem/31977859
Original Reporter @belkadan
Type Improvement
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 0 | |Component/s | LLDB for Swift | |Labels | Improvement | |Assignee | None | |Priority | Medium | md5: c68a3e16eb604b319627bc2dfac0dc6a

Issue Description:

In Xcode's Variables View, variables of type Swift.String are shown with top-level text summaries, but Swift.Substring does not get the same treatment.

hborla commented 4 years ago

@swift-ci create