[PATCH] D45753: Lift JSON library from clang-tools-extra/clangd to llvm/Support.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 07:42:17 PDT 2018


simon_tatham added a comment.

Oh yes, nearly forgot – you might be interested to know that when I ported my TableGen JSON back end to use this library in place of my previous serialization code, it reduced the running time to 60% of what it previously was //and// the client code ended up more legible. So in spite of posting nitpicks, I like this patch :-)


Repository:
  rL LLVM

https://reviews.llvm.org/D45753





More information about the llvm-commits mailing list