[PATCH] D119543: [demangler][NFC] Tweak legacy uuidof handling
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 13 18:07:09 PST 2022
ChuanqiXu accepted this revision.
ChuanqiXu added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/Demangle/ItaniumDemangle.h:4688
}
size_t ExprsBegin = Names.size();
+ if (IsUUID) {
----------------
We could move this one before the place it get used.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119543/new/
https://reviews.llvm.org/D119543
More information about the llvm-commits
mailing list