This is an archive of the discontinued LLVM Phabricator instance.

Factor Node creation out of the demangler. No functionality change intended.
ClosedPublic

Authored by rsmith on Aug 15 2018, 5:19 PM.

Details

Reviewers
erik.pilkington
Summary

This is a prerequisite for planned extensions to the demangler.

Diff Detail

Event Timeline

rsmith created this revision.Aug 15 2018, 5:19 PM
erik.pilkington accepted this revision.Aug 16 2018, 1:09 PM

LGTM, don't forget to also commit this to libcxxabi!

This revision is now accepted and ready to land.Aug 16 2018, 1:09 PM
rsmith closed this revision.Aug 16 2018, 3:05 PM

Committed as LLVM rL339944, libc++abi rCXXA339952.