| commit | 5f775d2912d4092d89742402315e6543966c8dce | [log] [tgz] |
|---|---|---|
| author | Jonas Devlieghere <jonas@devlieghere.com> | Thu Oct 03 20:10:56 2019 +0000 |
| committer | Jonas Devlieghere <jonas@devlieghere.com> | Thu Oct 03 20:10:56 2019 +0000 |
| tree | 3277638c5930b5dd0d0f1a814dc19be980b3103d | |
| parent | ede784ff5a600c5ee99270987d55abcc1e806891 [diff] |
[JSON] Don't wrap json::Array in a value (NFC) There's no need to wrap the just-constructed json::Array in a json::Value, we can just return that and pass ownership to the raw_ostream. llvm-svn: 373656