[llvm] [MsDemangle] Read entire chain of target names in special tables (PR #155630)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 06:51:29 PST 2025


================
@@ -277,6 +278,28 @@ demanglePointerCVQualifiers(std::string_view &MangledName) {
   DEMANGLE_UNREACHABLE;
 }
 
+static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head,
----------------
zmodem wrote:

No need to move this anymore.

https://github.com/llvm/llvm-project/pull/155630


More information about the llvm-commits mailing list