Commits

Xi Ge committed 5a7a4f461d2
Port a util "getTypeFromMangledTypename" from lldb (lldb/source/Symbol/SwiftASTContext.cpp) to IDE and add some tests against it. This utility helps us reconstruct type from a mangled name. SourceKit needs this functionality to deliver richer doc-info/cursor-info. Thanks for Sean's help!