[PATCH] D49552: Add a Microsoft Demangler library and utility.
Erik Pilkington via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 09:22:55 PDT 2018
erik.pilkington added inline comments.
================
Comment at: llvm/lib/Demangle/MicrosoftDemangle.cpp:31
+namespace {
+class ArenaAllocator {
+ struct AllocatorNode {
----------------
I wrote a version of this in ItaniumDemangle.cpp called BumpPointerAllocator, maybe you should move that to a header too and use it instead.
https://reviews.llvm.org/D49552
More information about the llvm-commits
mailing list