diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2013-10-24 13:36:58 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2013-10-24 13:36:58 +0000 |
commit | 43752f2d4f29ebb40318e8da05633c994b694f46 (patch) | |
tree | 721bbd49cf75f951afb58245250a8535dbc85da8 /docs | |
parent | e2dee623e0eeb12c6e22add0e55139693ffb2dca (diff) | |
download | external_llvm-43752f2d4f29ebb40318e8da05633c994b694f46.zip external_llvm-43752f2d4f29ebb40318e8da05633c994b694f46.tar.gz external_llvm-43752f2d4f29ebb40318e8da05633c994b694f46.tar.bz2 |
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.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst index 79e07cd..96261e0 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 |