Commits

Enrico Granata committed 47d1a137b54
Major demangler changes. This commit changes the Swift demangler to produce a tree-like list of tokens instead of a string. This is mostly useful for LLDB since we can use the inherent structure in a Swift mangled name to make more informed decisions about matters such as type information extraction from modules The ability to convert the tokenized output into a plain string for viewing purposes is of course preserved Swift SVN r7297