Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] targetDecl() returns only NamedDecls. | Sam McCall | 2020-01-03 | 1 | -2/+6 |
* | [clangd] Reorder FindTarget.h - group targetDecl() stuff and findExplicitRefe... | Sam McCall | 2020-01-02 | 1 | -40/+43 |
* | [clangd] Improve documentation for auto and implicit specs | Kadir Cetinkaya | 2019-12-19 | 1 | -0/+12 |
* | [clangd] Implement semantic highlightings via findExplicitReferences | Ilya Biryukov | 2019-11-05 | 1 | -0/+3 |
* | [clangd] Report declaration references in findExplicitReferences. | Haojian Wu | 2019-10-18 | 1 | -0/+2 |
* | [clangd] Change constness of parameters to findExplicitRefs | Kadir Cetinkaya | 2019-09-25 | 1 | -2/+2 |
* | [clangd] Add missing header guard, NFC. | Haojian Wu | 2019-09-25 | 1 | -0/+5 |
* | [clangd] A helper to find explicit references and their names | Ilya Biryukov | 2019-09-25 | 1 | -0/+34 |
* | [clangd] Add targetDecl(), which determines what declaration an AST node refe... | Sam McCall | 2019-09-03 | 1 | -0/+144 |