[PATCH] D111415: [Demangle] Add support for D simple qualified names

Luís Ferreira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 10:54:39 PST 2021


ljmf00 added a comment.

I changed the patch to avoid else-after-return, use `//` comment style, remove untested code, use `++i` over `i++` when possible, and use the OutputBuffer.

@dblaikie Can you rereview now?


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

https://reviews.llvm.org/D111415



More information about the llvm-commits mailing list