[PATCH] D48144: [Support] Teach YAMLIO about polymorphic types

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 07:48:00 PST 2018


scott.linder added a comment.

The heavy use of templates does lead to some awkward usage, but it can also make some common use-cases very natural. I agree there is probably room to improve, but it is orthogonal to this patch.

If there are no objections I will be applying this patch (and the updates to some Clang tests at https://reviews.llvm.org/D51223) today.


https://reviews.llvm.org/D48144





More information about the llvm-commits mailing list