summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/AST.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Use name of Macro to compute its SymbolID, NFC.Utkarsh Saxena2019-11-111-2/+2
* [clangd] Report declaration references in findExplicitReferences.Haojian Wu2019-10-181-9/+5
* [clangd] Add RemoveUsingNamespace tweak.Utkarsh Saxena2019-10-161-0/+12
* [clangd] Print qualifiers of out-of-line definitions in document outlineIlya Biryukov2019-08-141-12/+40
* [clangd] Fixed printTemplateSpecializationArgs not printing partial variable ...Johan Vikstrom2019-08-091-0/+4
* [clangd] Remove a function accidently being added in rL368261.Haojian Wu2019-08-081-20/+0
* [clangd] Fix implicit template instatiations appearing as topLevelDecls.Johan Vikstrom2019-08-081-0/+45
* [clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...Sam McCall2019-08-061-26/+6
* [clangd] Suppress unwritten scopes when expanding auto.Haojian Wu2019-07-181-0/+1
* [clangd] Fix MSVC build failure.Paul Robinson2019-07-111-1/+1
* [clangd] Implementation of auto type expansion.Sam McCall2019-07-111-0/+30
* [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
OpenPOWER on IntegriCloud