[PATCH] D49077: [clangd] Remove JSON library in favor of llvm/Support/JSON

2018-07-09 Thread Sam McCall via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rCTE336549: [clangd] Remove JSON library in favor of llvm/Support/JSON (authored by sammccall, committed by ). Changed prior to commit: https://reviews.llvm.org/D49077?vs=154597&id=154600#toc Repository:

[PATCH] D49077: [clangd] Remove JSON library in favor of llvm/Support/JSON

2018-07-09 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov accepted this revision. ilya-biryukov added a comment. This revision is now accepted and ready to land. LGTM Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D49077 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D49077: [clangd] Remove JSON library in favor of llvm/Support/JSON

2018-07-09 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: ilya-biryukov. Herald added subscribers: cfe-commits, omtcyfz, jkorous, MaskRay, ioeric, mgorny. The library has graduated from clangd to llvm/Support. This is a mechanical change to move to the new API and remove the old one. Main API