summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/JSONExpr.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-091-586/+0
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-041-0/+7
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-141-2/+1
* [clangd] New conventions for JSON-marshalling functions, centralize machinerySam McCall2017-11-301-5/+121
* [clangd] Switch from YAMLParser to JSONExprSam McCall2017-11-281-0/+18
* [clangd] Add missing (but documented!) JSONExpr typed accessorsSam McCall2017-11-281-13/+90
* Silence some MSVC warnings about not all control paths returning a value; NFC.Aaron Ballman2017-11-211-0/+1
* [clangd] Add parsing and value inspection to JSONExpr.Sam McCall2017-11-211-24/+145
* [clangd] fix MSVC build errorsSam McCall2017-11-071-1/+1
* Adds a json::Expr type to represent intermediate JSON expressions.Sam McCall2017-11-061-0/+247
OpenPOWER on IntegriCloud