[PATCH] D110576: [Demangle] Add support for D programming language

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 03:19:30 PDT 2021


dblaikie added a comment.

As with the Rust demangling (check the commit history, it was done earlier this year), I think this'd be easier to review if it were implemented incrementally - it'll be easier to spot the test coverage for each feature as it's added. Otherwise it's a lot of code to try to validate in one piece.


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

https://reviews.llvm.org/D110576



More information about the llvm-commits mailing list