Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Support] Add erase() to json::Object | Sam McCall | 2019-11-11 | 1 | -5/+32 |
* | [Support] Add JSON streaming output API, faster where the heavy value types a... | Sam McCall | 2019-04-25 | 1 | -0/+39 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Support] json::Value construction from std::vector<T> and std::map<string,T>. | Sam McCall | 2018-10-18 | 1 | -0/+2 |
* | [Support] Harded JSON against invalid UTF-8. | Sam McCall | 2018-07-10 | 1 | -0/+33 |
* | [Support] Allow JSON serialization of Optional<T> for supported T. | Sam McCall | 2018-07-09 | 1 | -0/+2 |
* | [Support] Make JSON handle doubles and int64s losslessly | Sam McCall | 2018-07-09 | 1 | -0/+60 |
* | Lift JSON library from clang-tools-extra/clangd to llvm/Support. | Sam McCall | 2018-07-09 | 1 | -0/+292 |