[PATCH] D90240: [SyntaxTree] Add reverse links to syntax Nodes.
Eduardo Caldas via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 4 09:56:40 PST 2020
eduucaldas added a comment.
As we discussed offline we will probably not provide `replaceChildRange` in the public mutations API anymore.
As a result I don't think we should be chaining changes related to `replaceChildRange` in this patch, and thus it should be ready to go.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90240/new/
https://reviews.llvm.org/D90240
More information about the cfe-commits
mailing list