[PATCH] D101821: [Demangle][Rust] Print special namespaces

Tomasz Miąsko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 15:03:29 PDT 2021


tmiasko added a comment.

In D101821#2745300 <https://reviews.llvm.org/D101821#2745300>, @dblaikie wrote:

> Could this be cut down further to be paths OR named types, rather than both?

I reduced the changes further still. To introduce further path productions I need types, and the one already implemented type is a named type, i.e., a path. Grammar limits how much I can break it down, but I will see what I can do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101821



More information about the llvm-commits mailing list