Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
* | [Support] Add JSON streaming output API, faster where the heavy value types a... | Sam McCall | 2019-04-25 | 1 | -94/+114 |
* | [JSON] Work around excess-precision issue when comparing T_Integer numbers. | Sam McCall | 2019-01-25 | 1 | -0/+6 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
* | [Support] Harded JSON against invalid UTF-8. | Sam McCall | 2018-07-10 | 1 | -4/+45 |
* | [Support] Make JSON handle doubles and int64s losslessly | Sam McCall | 2018-07-09 | 1 | -16/+26 |
* | Lift JSON library from clang-tools-extra/clangd to llvm/Support. | Sam McCall | 2018-07-09 | 1 | -0/+642 |