[PATCH] D49950: [Polly][JSONExporter] Replace bundled Jsoncpp with LLVM's JSON.h. NFC.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 17:12:29 PDT 2018
Meinersbur updated this revision to Diff 158424.
Meinersbur marked 3 inline comments as done.
Meinersbur added a comment.
- Remove appendToArray helper function
- Replace some get("")->getAsXYZ by getXYZ("")
Repository:
rPLO Polly
https://reviews.llvm.org/D49950
Files:
CMakeLists.txt
cmake/FindJsoncpp.cmake
cmake/PollyConfig.cmake.in
lib/CMakeLists.txt
lib/Exchange/JSONExporter.cpp
lib/External/JSON/LICENSE.txt
lib/External/JSON/include/json/autolink.h
lib/External/JSON/include/json/config.h
lib/External/JSON/include/json/features.h
lib/External/JSON/include/json/forwards.h
lib/External/JSON/include/json/json.h
lib/External/JSON/include/json/reader.h
lib/External/JSON/include/json/value.h
lib/External/JSON/include/json/writer.h
lib/External/JSON/json_batchallocator.h
lib/External/JSON/json_internalarray.inl
lib/External/JSON/json_internalmap.inl
lib/External/JSON/json_reader.cpp
lib/External/JSON/json_value.cpp
lib/External/JSON/json_valueiterator.inl
lib/External/JSON/json_writer.cpp
lib/External/JSON/sconscript
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49950.158424.patch
Type: text/x-patch
Size: 200198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/e38b061a/attachment-0001.bin>
More information about the llvm-commits
mailing list