summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/JSONExprTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-091-293/+0
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-041-0/+2
* [clangd] Use operator<< to prevent printers issues in GtestMarc-Andre Laperle2018-04-101-3/+1
* [clangd] New conventions for JSON-marshalling functions, centralize machinerySam McCall2017-11-301-0/+58
* [clangd] Switch from YAMLParser to JSONExprSam McCall2017-11-281-0/+2
* [clangd] Add missing (but documented!) JSONExpr typed accessorsSam McCall2017-11-281-1/+43
* [clangd] avoid divide by literal zero to satisfy msvcSam McCall2017-11-211-1/+1
* [clangd] use u8 strings in tests to avoid problems on windowsSam McCall2017-11-211-4/+4
* [clangd] Add JSON tests with invalid unicodeSam McCall2017-11-211-1/+4
* [clangd] Add parsing and value inspection to JSONExpr.Sam McCall2017-11-211-0/+74
* [clangd] clang-format the source code. NFC.Ilya Biryukov2017-11-151-14/+12
* Fix compile issue on MSVC.Douglas Yung2017-11-081-3/+5
* [clangd] MSVC - third time's the charmSam McCall2017-11-071-1/+1
* [clangd] another try at fixing MSVCSam McCall2017-11-071-1/+1
* ClangdTests/JSONExprTests.cpp: Appease g++-4.8 to move raw string literal out...NAKAMURA Takumi2017-11-071-3/+5
* Adds a json::Expr type to represent intermediate JSON expressions.Sam McCall2017-11-061-0/+112
OpenPOWER on IntegriCloud