[PATCH] D48144: [Support] Teach YAMLIO about polymorphic types
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 31 03:20:58 PDT 2018
nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.
One small nitpick, apart from that LGTM.
================
Comment at: include/llvm/Support/YAMLTraits.h:205
+/// // stream out custom formatting including optional Tag
+/// Out << Val;
+/// }
----------------
Value instead of Val, I assume.
https://reviews.llvm.org/D48144
More information about the llvm-commits
mailing list