summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-11-19 17:28:21 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-11-19 17:28:21 +0000
commitda1ad53f6a0dd4aa60c99e4f949826c2d40dbc58 (patch)
tree1995175b42acecfc8a91d9ec72d7488e3558aa04 /docs
parentc5a925c198c33b441d0ec5203f48a0f17c8c09d1 (diff)
YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/YamlIO.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst
index 3ecd03afb24..5ec0a01f8d8 100644
--- a/docs/YamlIO.rst
+++ b/docs/YamlIO.rst
@@ -234,6 +234,7 @@ The following types have built-in support in YAML I/O:
* float
* double
* StringRef
+* std::string
* int64_t
* int32_t
* int16_t