search for: 6b2e138c

Displaying 2 results from an estimated 2 matches for "6b2e138c".

2018 Apr 16
0
RFC: Adding a JSON library to LLVM Support
...produce/consume JSON (or might want to), and what they need. I'm mostly > familiar with the stuff in clang-tools-extra. > > Cheers, Sam > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180416/6b2e138c/attachment.html>
2017 Oct 27
10
RFC: Adding a JSON library to LLVM Support
We don't have a dedicated JSON library in the LLVM tree, I'd like to add one. The pressing need is for clangd, but we have other tools that read/write JSON too. I'm proposing we write a new one, rather than importing a third-party library (licensing/integration reasons), on or extending YamlParser/YamlIO (usability/flexibility). I lean towards a design that parses a full DOM at once,