summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/JSON.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [Support] Add JSON streaming output API, faster where the heavy value types a...Sam McCall2019-04-251-94/+114
* [JSON] Work around excess-precision issue when comparing T_Integer numbers.Sam McCall2019-01-251-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [Support] Harded JSON against invalid UTF-8.Sam McCall2018-07-101-4/+45
* [Support] Make JSON handle doubles and int64s losslesslySam McCall2018-07-091-16/+26
* Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall2018-07-091-0/+642
OpenPOWER on IntegriCloud