summaryrefslogtreecommitdiffstats
path: root/clangd/AST.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Print template arguments helperKadir Cetinkaya2019-04-121-14/+52
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-32/+0
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-0/+32
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-9/+9
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+1
* [clangd] Dont provide locations for non-existent files.Kadir Cetinkaya2018-12-051-4/+7
* [clangd] NFC: Prefer `isa<>` to `dyn_cast<>` to do the checking.Henry Wong2018-11-271-2/+2
* [clangd] Cleanup after landing documentSymbol. NFCIlya Biryukov2018-11-261-2/+2
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-0/+43
* [clangd] Make TestTU build with preamble, and fix the fallout.Sam McCall2018-11-091-7/+4
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-10/+9
* [clangd] Names that are not spelled in source code are reserved.Eric Liu2018-10-181-15/+25
* [clangd] Support scope proximity in code completion.Eric Liu2018-10-171-0/+8
* [clangd] Set SymbolID for sema macros so that they can be merged with index m...Eric Liu2018-09-061-0/+11
* [clangd] Share getSymbolID implementation.Haojian Wu2018-08-071-0/+8
* [clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu2018-06-221-0/+15
* Fix up after clang r331155.Richard Smith2018-04-301-1/+1
* [clangd] Use identifier range as the definition range.Haojian Wu2018-03-091-0/+42