Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d44fc23abdb6c29239cfae4c8bc1aeb10fc0705e
/
llvm
/
lib
/
Support
/
JSON.cpp
0eaee54
[llvm] Migrate llvm::make_unique to std::make_unique
by Jonas Devlieghere
· 6 years ago
a7edcfb
[Support] Add JSON streaming output API, faster where the heavy value types aren't needed.
by Sam McCall
· 7 years ago
1e7491e
[JSON] Work around excess-precision issue when comparing T_Integer numbers.
by Sam McCall
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
e6057bc
[Support] Harded JSON against invalid UTF-8.
by Sam McCall
· 7 years ago
d93eaeb
[Support] Make JSON handle doubles and int64s losslessly
by Sam McCall
· 7 years ago
6be3824
Lift JSON library from clang-tools-extra/clangd to llvm/Support.
by Sam McCall
· 7 years ago