[PATCH] D149703: [Demangle] remove unused params of itaniumDemangle
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 16:33:19 PDT 2023
nickdesaulniers added inline comments.
================
Comment at: llvm/include/llvm/Demangle/Demangle.h:32
-char *itaniumDemangle(const char *mangled_name, char *buf, size_t *n,
- int *status);
----------------
no one cares about `status` either. @MaskRay should I submit that as a second patch on top of this, or squash it into this review?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149703/new/
https://reviews.llvm.org/D149703
More information about the llvm-commits
mailing list