[PATCH] D34667: [Demangler] [DO NOT SUBMIT] Initial patch for Microsoft demangler.

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 16:37:30 PDT 2017


amccarth added a comment.

So the idea is to convert the mangled name to an AST and then convert the AST to a string.  That makes sense.  But is the string form of the result always enough?  Will there ever be a need for a caller to get the AST or some other representation?


https://reviews.llvm.org/D34667





More information about the llvm-commits mailing list