[all-commits] [llvm/llvm-project] a1f0fe: [MsDemangle] Use NodeList over SmallVector for tar...
nerix via All-commits
all-commits at lists.llvm.org
Wed Nov 5 09:20:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1f0fe140a0e8f15dcd33df42b2c8cf170f69db8
https://github.com/llvm/llvm-project/commit/a1f0fe140a0e8f15dcd33df42b2c8cf170f69db8
Author: nerix <nerixdev at outlook.de>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M llvm/lib/Demangle/MicrosoftDemangle.cpp
Log Message:
-----------
[MsDemangle] Use NodeList over SmallVector for target names (#166586)
Using `SmallVector` would introduce a dependency cycle (see
https://github.com/llvm/llvm-project/pull/155630#discussion_r2495268497),
so this uses a NodeList.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list