OSDN Git Service

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)
commit8ceb8b764f266ff00a590c88a7ecc654b13a8f0b
tree4e268396d14509d5b6b7dc3cc6828c71b5f09c6c
parenta16e49d56f6349c12da2b561da00c22e13eda09b
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170019 91177308-0d34-0410-b5e6-96231b3b80d8
docs/YamlIO.rst [new file with mode: 0644]
docs/userguides.rst
include/llvm/Support/YAMLTraits.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/YAMLTraits.cpp [new file with mode: 0644]
unittests/Support/CMakeLists.txt
unittests/Support/YAMLIOTest.cpp [new file with mode: 0644]