OSDN Git Service

[Support] Allow JSON serialization of Optional<T> for supported T.
authorSam McCall <sam.mccall@gmail.com>
Mon, 9 Jul 2018 12:26:09 +0000 (12:26 +0000)
committerSam McCall <sam.mccall@gmail.com>
Mon, 9 Jul 2018 12:26:09 +0000 (12:26 +0000)
commitceb3c09eb4cc3f2ab1aae2a5387525abab07b34f
tree055e43cddd167c9b7ff82ebb2049b2aeb7d244b5
parent8d164e7fb3d149b462d18965440b7a8cb126e553
[Support] Allow JSON serialization of Optional<T> for supported T.

This is ported from r333881 to JSON's new home.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336542 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/JSON.h
unittests/Support/JSONTest.cpp