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

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 09:27:29 PDT 2018


sammccall updated this revision to Diff 146855.
sammccall added a comment.
Herald added a subscriber: mgrang.

Array wraps vector instead of inheriting it.
Object inherits DenseMap instead of std::map
Change some Object accessors to use StringRef instead of ObjectKey.
clang-format, because it was getting out of control.


Repository:
  rL LLVM

https://reviews.llvm.org/D45753

Files:
  include/llvm/Support/JSON.h
  lib/Support/CMakeLists.txt
  lib/Support/JSON.cpp
  unittests/Support/CMakeLists.txt
  unittests/Support/JSONTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45753.146855.patch
Type: text/x-patch
Size: 49549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180515/6e19d994/attachment-0001.bin>


More information about the llvm-commits mailing list