summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/JSONTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add erase() to json::ObjectSam McCall2019-11-111-5/+32
* [Support] Add JSON streaming output API, faster where the heavy value types a...Sam McCall2019-04-251-0/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] json::Value construction from std::vector<T> and std::map<string,T>.Sam McCall2018-10-181-0/+2
* [Support] Harded JSON against invalid UTF-8.Sam McCall2018-07-101-0/+33
* [Support] Allow JSON serialization of Optional<T> for supported T.Sam McCall2018-07-091-0/+2
* [Support] Make JSON handle doubles and int64s losslesslySam McCall2018-07-091-0/+60
* Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall2018-07-091-0/+292
OpenPOWER on IntegriCloud