YAML I/O add support for validate()
authorNick Kledzik <kledzik@apple.com>
Thu, 21 Nov 2013 00:28:07 +0000 (00:28 +0000)
committerNick Kledzik <kledzik@apple.com>
Thu, 21 Nov 2013 00:28:07 +0000 (00:28 +0000)
commit9fd7416b3b5c437e3390ea9679d77e0221bec0b5
tree556eba1681d33365b00d13b9f331a76ccb6c39e8
parent25f01786ea6258bfddf2a051f8343b7f2b45e338
YAML I/O add support for validate()

MappingTrait template specializations can now have a validate() method which
performs semantic checking. For details, see <http://llvm.org/docs/YamlIO.html>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195286 91177308-0d34-0410-b5e6-96231b3b80d8
docs/YamlIO.rst
include/llvm/Support/YAMLTraits.h
unittests/Support/YAMLIOTest.cpp