We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88b9a0 commit ca97356Copy full SHA for ca97356
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -1672,19 +1672,6 @@ TypeSystemSwiftTypeRef::GetPointeeType(opaque_compiler_type_t type) {
1672
CompilerType
1673
TypeSystemSwiftTypeRef::GetPointerType(opaque_compiler_type_t type) {
1674
auto impl = [&]() -> CompilerType {
1675
- /*
1676
- kind=Type
1677
- kind=BoundGenericStructure
1678
1679
- kind=Structure
1680
- kind=Module, text="Swift"
1681
- kind=Identifier, text="UnsafePointer"
1682
- kind=TypeList
1683
1684
1685
1686
- kind=Identifier, text="Int"
1687
- */
1688
using namespace swift::Demangle;
1689
Demangler dem;
1690
0 commit comments