summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix DocumentOutline for conceptsKadir Cetinkaya2020-06-232-2/+14
* [clangd] Use printf instead of `echo -e` to be compliant with dashKadir Cetinkaya2020-06-161-2/+2
* [clangd] Disable dependency-output lit test on windowsKadir Cetinkaya2020-06-161-0/+1
* [clangd] Preserve -nostdinc and --sysroot when calling query driverKadir Cetinkaya2020-06-102-13/+47
* [clangd] Fix a crash for accessing a null template decl returned by findExpli...Haojian Wu2020-06-102-9/+37
* [clangd] Increase stack size of the new threads on macOSSam McCall2020-06-102-10/+32
* [clangd] Make use of SourceOrder to find first initializer in DefineOutlineKadir Cetinkaya2020-06-102-11/+45
* [clangd] Filter pch related flags coming from the userKadir Cetinkaya2020-06-101-2/+10
* [clangd] Fix early selection for non-vardecl declaratorsKadir Cetinkaya2020-06-103-6/+30
* [clangd] Disable all dependency outputsKadir Cetinkaya2020-06-102-0/+21
* [clangd][Hover] Handle uninstantiated default argsKadir Cetinkaya2020-06-102-2/+32
* [clangd] Don't assert when completing a lambda variable inside the lambda.Sam McCall2020-06-105-6/+45
* [clangd] Fix modernize-loop-convert "multiple diag in flight" crash.Haojian Wu2020-06-101-0/+27
* [clangd] Add the missing elaborated types in FindTarget.Haojian Wu2020-06-102-0/+11
* [clangd] Handle the missing injectedClassNameType in targetDecl.Haojian Wu2020-06-102-0/+13
* [clangd] Fix null check in FindTarget.Sam McCall2020-06-101-1/+1
* [clangd] DefineOutline won't copy virtual specifiers on methodsNathan James2020-03-042-4/+224
* [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
OpenPOWER on IntegriCloud