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