Sean Eveson via llvm-dev
2016-Jul-14 10:26 UTC
[llvm-dev] RFC: YAML mappings with keys that are unknown at compile time
Hi All, I have a patch to the YAML I/O library to support mappings with keys that are unknown at compile time. This allows the serialization of an llvm::StringMap<T> to a YAML mapping. Currently, this functionality is used in Sony specific Clang Static Analyzer checkers. It would help with our local merges to have this patch upstream, even though it won't be used by anything yet. Will these changes be helpful for others / future work? Any suggestions for improving the patch are welcome. Regards, Sean Eveson SN Systems - Sony Computer Entertainment Group -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160714/dec98aae/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: yaml_variable_map.patch Type: application/octet-stream Size: 14280 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160714/dec98aae/attachment.obj>