[PATCH] D35158: [libcxxabi][demangler] NFC: Don't make everything a template

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 06:14:47 PDT 2017


erik.pilkington created this revision.
Herald added a reviewer: EricWF.

This is a NFC patch to not make every parse_* function templated on Db, which makes it easier to use methods on Db because it isn't dependent anymore. This is a prerequisite to using an AST to demangle, as per this thread: http://lists.llvm.org/pipermail/llvm-dev/2017-June/114448.html

Thanks,
Erik


https://reviews.llvm.org/D35158

Files:
  src/cxa_demangle.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35158.105711.patch
Type: text/x-patch
Size: 52719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170709/02f31cc1/attachment-0001.bin>


More information about the cfe-commits mailing list