[PATCH] D49875: [MS Demangler] Properly handle function parameter list back-references.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 26 15:11:36 PDT 2018
zturner added inline comments.
================
Comment at: llvm/lib/Demangle/MicrosoftDemangle.cpp:1595
+
+ // Single-letter types are ignored for backreferences because memorizing
+ // them doesn't save anything.
----------------
rnk wrote:
> s/memorizing/memoizing/
Yea I should fix this, but it's spelled `memorize` throughout in many places throughout the file. So it should probably be a follow-up that fixes all places at once.
https://reviews.llvm.org/D49875
More information about the llvm-commits
mailing list