[PATCH] D73046: [YAML] - Move yaml::Input and yaml::Ouput classes declarations.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 07:22:10 PST 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a project: LLVM.
grimar added a child revision: D73045: [obj2yaml] - Better indentations in the ELF output..

This just moves `yaml::Input` and `yaml::Ouput` to be
declared right after the `yaml::IO` (their parent).

It allows to use them in the `doMapping` helpers,
otherwise compiler complains.
It is used in D73045 <https://reviews.llvm.org/D73045>.


https://reviews.llvm.org/D73046

Files:
  llvm/include/llvm/Support/YAMLTraits.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73046.239122.patch
Type: text/x-patch
Size: 17086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200120/36276ca0/attachment.bin>


More information about the llvm-commits mailing list