Initial implementation of a utility for converting native data
authorNick Kledzik <kledzik@apple.com>
Wed, 12 Dec 2012 20:46:15 +0000 (20:46 +0000)
committerNick Kledzik <kledzik@apple.com>
Wed, 12 Dec 2012 20:46:15 +0000 (20:46 +0000)
commitf60a9279ea0497bd371e23501bcedb7c4cd02330
tree12da8448aa507ca76c73bf708a5c1f04f215ddae
parentb7d3d03bf91e4ae1eb0677ff62d48f80d4414311
Initial implementation of a utility for converting native data
structures to and from YAML using traits.  The first client will
be the test suite of lld.  The documentation will show up at:

   http://llvm.org/docs/YamlIO.html

llvm-svn: 170019
llvm/docs/YamlIO.rst [new file with mode: 0644]
llvm/docs/userguides.rst
llvm/include/llvm/Support/YAMLTraits.h [new file with mode: 0644]
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/YAMLTraits.cpp [new file with mode: 0644]
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/YAMLIOTest.cpp [new file with mode: 0644]