From 43752f2d4f29ebb40318e8da05633c994b694f46 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Thu, 24 Oct 2013 13:36:58 +0000 Subject: 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 --- docs/YamlIO.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/YamlIO.rst') 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 -- cgit v1.2.3