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.
Paths
| Differential D73046
[YAML] - Move yaml::Input and yaml::Ouput classes declarations. AbandonedPublic Authored by grimar on Jan 20 2020, 7:16 AM.
Details
Summary This just moves yaml::Input and yaml::Ouput to be It allows to use them in the doMapping helpers,
Diff Detail Event Timelinegrimar added a child revision: D73045: [obj2yaml] - Better indentations in the ELF output..Jan 20 2020, 7:16 AM Comment Actions LGTM. I assume that the only changes aside from a literal cut + paste are due to a clang-format run? This revision is now accepted and ready to land.Jan 20 2020, 7:44 AM MaskRay added inline comments. Comment Actions
Yes.
Revision Contents
Diff 239122 llvm/include/llvm/Support/YAMLTraits.h
|
This line can be deleted.