This patch builds on top of the patch that implements parsing of YAML block scalars (http://reviews.llvm.org/D9503).
This patch gives the users an ability to serialize scalars using the YAML literal block scalar notation by allowing them
to implement a specialization of the yaml::BlockScalarTraits class for their custom types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM