erik.pilkington closed this revision.
erik.pilkington added a comment.
Landed as r307482 & r307481, thanks! (for some reason phab wasn't automatically
closing this)
https://reviews.llvm.org/D35158
___
cfe-commits mailing list
cfe-commits@lists.llvm
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:
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
Assuming nothing in `arena<>`...`Db` actually changed (just moved), this LGTM
if you split the move into a separate prep commit.
https://reviews.llvm.org/D35158
___