Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] Remove JSON library in favor of llvm/Support/JSON | Sam McCall | 2018-07-09 | 1 | -586/+0 |
* | [clangd] Hover should return null when not hovering over anything. | Sam McCall | 2018-06-04 | 1 | -0/+7 |
* | [clangd] Put all #includes in one block in clangd source files. NFC | Eric Liu | 2017-12-14 | 1 | -2/+1 |
* | [clangd] New conventions for JSON-marshalling functions, centralize machinery | Sam McCall | 2017-11-30 | 1 | -5/+121 |
* | [clangd] Switch from YAMLParser to JSONExpr | Sam McCall | 2017-11-28 | 1 | -0/+18 |
* | [clangd] Add missing (but documented!) JSONExpr typed accessors | Sam McCall | 2017-11-28 | 1 | -13/+90 |
* | Silence some MSVC warnings about not all control paths returning a value; NFC. | Aaron Ballman | 2017-11-21 | 1 | -0/+1 |
* | [clangd] Add parsing and value inspection to JSONExpr. | Sam McCall | 2017-11-21 | 1 | -24/+145 |
* | [clangd] fix MSVC build errors | Sam McCall | 2017-11-07 | 1 | -1/+1 |
* | Adds a json::Expr type to represent intermediate JSON expressions. | Sam McCall | 2017-11-06 | 1 | -0/+247 |