| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code completion should not ignore default parameters in functions. | Sam McCall | 2019-08-07 | 1 | -0/+18 |
| * | [clangd] Place cursor better after completing patterns | Ilya Biryukov | 2019-05-28 | 1 | -4/+23 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [clangd] Remove 'using namespace llvm' from .cpp files. NFC | Ilya Biryukov | 2019-01-07 | 1 | -7/+6 |
| * | [clangd] clang-format everything. NFC | Ilya Biryukov | 2019-01-03 | 1 | -4/+5 |
| * | [clangd] Improve code completion for ObjC methods | Sam McCall | 2018-11-14 | 1 | -7/+31 |
| * | [clangd] Namespace style cleanup in cpp files. NFC. | Sam McCall | 2018-10-20 | 1 | -6/+6 |
| * | [clangd] Show function documentation in signature help | Ilya Biryukov | 2018-08-17 | 1 | -26/+8 |
| * | NFC: Enforce good formatting across multiple clang-tools-extra files | Kirill Bobyrev | 2018-08-14 | 1 | -1/+1 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -2/+2 |
| * | [clangd] Fix (most) naming warnings from clang-tidy. NFC | Ilya Biryukov | 2018-07-26 | 1 | -3/+3 |
| * | [clangd] Do not write comments into Preamble PCH | Ilya Biryukov | 2018-07-09 | 1 | -32/+8 |
| * | [clangd] Do not show namespace comments. | Ilya Biryukov | 2018-06-27 | 1 | -1/+9 |
| * | [clangd] More precise representation of symbol names/labels in the index. | Sam McCall | 2018-06-22 | 1 | -106/+73 |
| * | [clangd] Remove FilterText from the index. | Sam McCall | 2018-06-22 | 1 | -13/+0 |
| * | [clangd] Do not report comments that only have special chars. | Ilya Biryukov | 2018-06-15 | 1 | -2/+18 |
| * | [clangd] Workaround the comments crash, reenable the test. | Ilya Biryukov | 2018-05-28 | 1 | -14/+30 |
| * | [clangd] Serve comments for headers decls from dynamic index only | Ilya Biryukov | 2018-05-24 | 1 | -4/+18 |
| * | [clangd] Retrieve minimally formatted comment text in completion. | Ilya Biryukov | 2018-05-16 | 1 | -3/+35 |
| * | [clangd] Pull CodeCompletionString handling logic into its own file and add u... | Eric Liu | 2017-12-20 | 1 | -0/+188 |