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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 09:58:26 PST 2020


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Support/YAMLTraits.h:954
 
+///
+/// The Input class is used to parse a yaml document into in-memory structs
----------------
This line can be deleted.


================
Comment at: llvm/include/llvm/Support/YAMLTraits.h:1114
+
+///
+/// The Output class is used to generate a yaml document from in-memory structs
----------------
This line can be deleted.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73046/new/

https://reviews.llvm.org/D73046





More information about the llvm-commits mailing list