summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make output order of allTargetDecls deterministicKadir Cetinkaya2020-02-191-32/+49
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-138-0/+21
* [clangd] Add workaround for GCC5 host compilers. NFC.Michael Liao2020-02-061-1/+7
* [clangd] Don't mmap source files on all platforms --> don't crash on git chec...Sam McCall2020-01-292-10/+8
* [clangd][Hover] Make tests hermetic by setting target tripletKadir Cetinkaya2020-01-291-43/+28
* [clangd][Hover] Handle uninstantiated templatesKadir Cetinkaya2020-01-282-9/+37
* [clangd][Hover] Change arrow in return type back to →Kadir Cetinkaya2020-01-273-4/+4
* [clangd] Drop returntype/type when hovering over type-ish namesKadir Cetinkaya2020-01-272-15/+21
* [clangd] Print underlying type for decltypes in hoverKadir Cetinkaya2020-01-272-15/+74
* [clangd] Dont display `<unknown>` kinds in hover boardKadir Cetinkaya2020-01-272-2/+3
* [clangd] Extract string literals in macro arguments to unbreak gcc buildbotsKadir Cetinkaya2020-01-271-4/+7
* [clangd] Fix windows buildbotsKadir Cetinkaya2020-01-271-20/+43
* [clangd] Rearrange type, returntype and parameters in hover cardKadir Cetinkaya2020-01-273-25/+31
* [clangd] Add a ruler after header in hoverKadir Cetinkaya2020-01-275-15/+103
* [clangd] Show hower info for expressionsKadir Cetinkaya2020-01-272-2/+83
* Include <cstdlib> for std::abort() in clangdDimitry Andric2020-01-271-0/+1
* [clangd] Include expression in DecltypeTypeLoc sourcerange while building Sel...Kadir Cetinkaya2020-01-132-0/+19
* [clangd] Render header of hover card as a headingKadir Cetinkaya2020-01-135-1/+48
* [clangd] Remove raw string literals in macrosOliver Stannard2020-01-131-12/+16
* [clangd] Publish xref for macros from Index and AST.Utkarsh Saxena2020-01-132-42/+106
* [clangd] Show template arguments in type hierarchy when possibleNathan Ridge2020-01-122-12/+117
* [clangd] Assert that the testcases in FindExplicitReferencesTest.All have no ...Nathan Ridge2020-01-121-3/+7
* [clangd] Fix targetDecl() on certain usage of ObjC properties.Sam McCall2020-01-102-6/+12
* [clangd] Fix markdown rendering in VSCodeKadir Cetinkaya2020-01-102-11/+12
* [clangd] Improve type printing in hoverKadir Cetinkaya2020-01-102-15/+36
* [clangd] Handle DeducedTemplateSpecializationType in TargetFinderNathan Ridge2020-01-092-1/+40
* [clangd] Adjust diagnostic range to be inside main fileKadir Cetinkaya2020-01-092-8/+43
* [clangd] Respect `--sysroot` argument if it is setDavid Goldman2020-01-091-1/+3
* [clangd] Refurbish HoverInfo::presentKadir Cetinkaya2020-01-093-32/+157
* [clangd] Add xref for macros to FileIndex.Utkarsh Saxena2020-01-085-3/+70
* Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...Alexandre Ganea2020-01-072-2/+2
* [clangd] Heuristically resolve dependent call through smart pointer typeNathan Ridge2020-01-072-17/+59
* [clangd] Assert that the testcases in LocateSymbol.All have no diagnosticsNathan Ridge2020-01-071-22/+62
* [clangd] Introduce bulletlistsKadir Cetinkaya2020-01-073-1/+125
* [clangd] Add path mappings functionalitySam McCall2020-01-078-1/+574
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-0426-31/+31
* [clangd] targetDecl() returns only NamedDecls.Sam McCall2020-01-036-48/+51
* [clangd] Replace shortenNamespace with getQualificationKadir Cetinkaya2020-01-033-66/+79
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-022-2/+2
* [clangd] Reorder FindTarget.h - group targetDecl() stuff and findExplicitRefe...Sam McCall2020-01-022-42/+45
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-0211-0/+175
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [clangd] Reformat `HoverTests.cpp` NFCIlya Biryukov2019-12-271-500/+501
* [clangd] Fix crash in hoverIlya Biryukov2019-12-272-490/+507
* [clangd] Fix write past end pointerKadir Cetinkaya2019-12-191-5/+4
* [clangd] Improve documentation for auto and implicit specsKadir Cetinkaya2019-12-194-50/+151
* [clangd] Fix handling of inline/anon namespaces and names of deduced types in...Kadir Cetinkaya2019-12-173-23/+78
* [clangd][NFC] Make use of TagDecl inside type for hover on autoKadir Cetinkaya2019-12-172-9/+30
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-1614-265/+105
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-1614-105/+265
OpenPOWER on IntegriCloud