mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
To allow more pervasive use of TypeRefs in LLDB, we need a way to build mangled names from TypeRef pointers to allow round-tripping between TypeRefs and AST types. The goal is to experiment with making lldb::CompilerType backed by TypeRefs instead of AST types. <rdar://problem/55412775>