[PATCH] D119543: [demangler][NFC] Tweak legacy uuidof handling

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 04:02:45 PST 2022


urnathan marked an inline comment as done.
urnathan added inline comments.


================
Comment at: llvm/include/llvm/Demangle/ItaniumDemangle.h:4688
     }
     size_t ExprsBegin = Names.size();
+    if (IsUUID) {
----------------
ChuanqiXu wrote:
> We could move this one before the place it get used.
No, we need to record the current High Water Mark of the Names array.


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

https://reviews.llvm.org/D119543



More information about the llvm-commits mailing list