aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/JSON.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-04-25[Support] Add JSON streaming output API, faster where the heavy value types a...Sam McCall1-94/+114
2019-01-25[JSON] Work around excess-precision issue when comparing T_Integer numbers.Sam McCall1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
2018-07-10[Support] Harded JSON against invalid UTF-8.Sam McCall1-4/+45
2018-07-09[Support] Make JSON handle doubles and int64s losslesslySam McCall1-16/+26
2018-07-09Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall1-0/+642