Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] Convert lit code completion tests to unit-tests. NFC | Sam McCall | 2017-12-08 | 1 | -102/+0 |
* | [clangd] Make completion scores use 0-1 floats internally. | Sam McCall | 2017-11-23 | 1 | -7/+7 |
* | [clangd] Loosen more brittle tests | Sam McCall | 2017-11-15 | 1 | -10/+0 |
* | [clangd] Support returning a limited number of completion results. | Sam McCall | 2017-11-15 | 1 | -74/+79 |
* | [clangd] loosen tests for flag-dependence revealed by r317670 | Sam McCall | 2017-11-08 | 1 | -2/+3 |
* | [clangd] Sort completion results. | Sam McCall | 2017-11-08 | 1 | -28/+79 |
* | Adds a json::Expr type to represent intermediate JSON expressions. | Sam McCall | 2017-11-06 | 1 | -22/+19 |
* | [clangd] Handle exit notification (proper shutdown) | Ilya Biryukov | 2017-10-25 | 1 | -0/+4 |
* | [clangd] Updated gold for completion tests after cfe changes. | Ilya Biryukov | 2017-09-22 | 1 | -4/+4 |
* | [clangd] Put inacessible items to the end of completion list. | Ilya Biryukov | 2017-09-20 | 1 | -13/+13 |
* | [clangd] Add support for snippet completions | Ilya Biryukov | 2017-09-12 | 1 | -0/+54 |