[PATCH] D118486: [demangler] Improve ->* & .* demangling

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 04:48:53 PST 2022


urnathan added a comment.

In D118486#3302766 <https://reviews.llvm.org/D118486#3302766>, @bruno wrote:

>> The right solution to the paren problem is to add some notion of precedence (and associativity) to Nodes, but that's a larger change that would become simpler once the refactoring I'm doing is completed.
>
> Is this worth putting in a FIXME somewhere as part of this patch? Or is this being tracked elsewhere?

I'm actively working on it right now :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118486/new/

https://reviews.llvm.org/D118486



More information about the llvm-commits mailing list