[PATCH] D128770: [yaml] Add support for Anchors and Aliases to yaml::Input
Nathan James via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 07:16:12 PDT 2022
njames93 added a subscriber: jhenderson.
njames93 added a comment.
In D128770#3631774 <https://reviews.llvm.org/D128770#3631774>, @jhenderson wrote:
> Thanks for looking at this. Does the Yaml I/O documentation need updating (see llvm/docs/YamlIO.rst)?
I decided against updating the docs link to the YAML specification and this change is simply about bringing the YamlIO implementation more inline with the actual specification.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128770/new/
https://reviews.llvm.org/D128770
More information about the llvm-commits
mailing list