[PATCH] D95053: [Demangle] Support demangling Swift calling convention in MS demangler.

Varun Gandhi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 20 16:02:08 PST 2021


varungandhi-apple marked an inline comment as done.
varungandhi-apple added a comment.

I've fixed this by including an additional space in the string instead of using a method like `outputSpaceIfNecessary`; (1) that method doesn't work as it is and I think changing it for this purpose is not appropriate and (2) we probably want the space there unconditionally anyways.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95053



More information about the cfe-commits mailing list