summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2018-07-09 14:25:59 +0000
committerSam McCall <sam.mccall@gmail.com>2018-07-09 14:25:59 +0000
commitd20d7989c678f9458df7880f7644b3316ee5f1dd (patch)
tree78af542bf097f028e8fd6dfd98cce481c47e7860 /lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
parent3d76326d24310638fff26267e24b5473b543913d (diff)
downloadbcm5719-llvm-d20d7989c678f9458df7880f7644b3316ee5f1dd.tar.gz
bcm5719-llvm-d20d7989c678f9458df7880f7644b3316ee5f1dd.zip
[clangd] Remove JSON library in favor of llvm/Support/JSON
Summary: 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 changes: - namespace clang::clangd::json --> llvm::json - json::Expr --> json::Value - Expr::asString() etc --> Value::getAsString() etc - unsigned longs need a cast (due to r336541 adding lossless integer support) Reviewers: ilya-biryukov Subscribers: mgorny, ioeric, MaskRay, jkorous, omtcyfz, cfe-commits Differential Revision: https://reviews.llvm.org/D49077 llvm-svn: 336549
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud