[llvm-commits] [PATCH] YAML I/O for review

Nick Kledzik kledzik at apple.com
Tue Dec 11 16:36:50 PST 2012


I've updated the patch with the last review feedback.   Enclosed is the patch and documentation:

-------------- next part --------------
A non-text attachment was scrubbed...
Name: yamlio.patch
Type: application/octet-stream
Size: 121141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121211/6d33aa7c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: YAMLIO.pdf
Type: application/pdf
Size: 178325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121211/6d33aa7c/attachment.pdf>
-------------- next part --------------



The changes since the last patch are:
* Add explicit trait for sequences and document lists (std::vector no longer implicitly a sequence)
* Remove all tabs
* Uppercase local variable names

Michael, can you try building this with Visual Studio to verify the traits work with that compiler.  Thanks.

-Nick



More information about the llvm-commits mailing list