summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-10-24 13:36:58 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-10-24 13:36:58 +0000
commit43752f2d4f29ebb40318e8da05633c994b694f46 (patch)
tree721bbd49cf75f951afb58245250a8535dbc85da8 /docs
parente2dee623e0eeb12c6e22add0e55139693ffb2dca (diff)
downloadllvm-43752f2d4f29ebb40318e8da05633c994b694f46.tar.gz
llvm-43752f2d4f29ebb40318e8da05633c994b694f46.tar.bz2
llvm-43752f2d4f29ebb40318e8da05633c994b694f46.tar.xz
Added std::string as a built-in type for mapping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193344 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 79e07cd989..96261e0dae 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