summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix DocumentOutline for conceptsKadir Cetinkaya2020-06-231-0/+9
* [clangd] Fix a crash for accessing a null template decl returned by findExpli...Haojian Wu2020-06-101-5/+31
* [clangd] Increase stack size of the new threads on macOSSam McCall2020-06-101-0/+21
* [clangd] Make use of SourceOrder to find first initializer in DefineOutlineKadir Cetinkaya2020-06-101-5/+41
* [clangd] Fix early selection for non-vardecl declaratorsKadir Cetinkaya2020-06-102-1/+14
* [clangd][Hover] Handle uninstantiated default argsKadir Cetinkaya2020-06-101-0/+16
* [clangd] Don't assert when completing a lambda variable inside the lambda.Sam McCall2020-06-101-0/+11
* [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-101-0/+7
* [clangd] Handle the missing injectedClassNameType in targetDecl.Haojian Wu2020-06-101-0/+8
* [clangd] DefineOutline won't copy virtual specifiers on methodsNathan James2020-03-041-0/+161
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-131-0/+2
* [clangd][Hover] Make tests hermetic by setting target tripletKadir Cetinkaya2020-01-291-43/+28
* [clangd][Hover] Handle uninstantiated templatesKadir Cetinkaya2020-01-281-0/+19
* [clangd][Hover] Change arrow in return type back to →Kadir Cetinkaya2020-01-271-1/+1
* [clangd] Drop returntype/type when hovering over type-ish namesKadir Cetinkaya2020-01-271-2/+9
* [clangd] Print underlying type for decltypes in hoverKadir Cetinkaya2020-01-271-0/+51
* [clangd] Dont display `<unknown>` kinds in hover boardKadir Cetinkaya2020-01-271-1/+1
* [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-271-4/+6
* [clangd] Add a ruler after header in hoverKadir Cetinkaya2020-01-272-7/+54
* [clangd] Show hower info for expressionsKadir Cetinkaya2020-01-271-0/+33
* [clangd] Include expression in DecltypeTypeLoc sourcerange while building Sel...Kadir Cetinkaya2020-01-131-0/+6
* [clangd] Render header of hover card as a headingKadir Cetinkaya2020-01-132-0/+21
* [clangd] Remove raw string literals in macrosOliver Stannard2020-01-131-12/+16
* [clangd] Publish xref for macros from Index and AST.Utkarsh Saxena2020-01-131-3/+46
* [clangd] Show template arguments in type hierarchy when possibleNathan Ridge2020-01-121-9/+93
* [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-101-6/+6
* [clangd] Fix markdown rendering in VSCodeKadir Cetinkaya2020-01-101-10/+10
* [clangd] Improve type printing in hoverKadir Cetinkaya2020-01-101-2/+27
* [clangd] Handle DeducedTemplateSpecializationType in TargetFinderNathan Ridge2020-01-091-1/+29
* [clangd] Adjust diagnostic range to be inside main fileKadir Cetinkaya2020-01-091-0/+23
* [clangd] Refurbish HoverInfo::presentKadir Cetinkaya2020-01-091-0/+89
* [clangd] Add xref for macros to FileIndex.Utkarsh Saxena2020-01-081-0/+34
* 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-071-2/+2
* [clangd] Assert that the testcases in LocateSymbol.All have no diagnosticsNathan Ridge2020-01-071-22/+62
* [clangd] Introduce bulletlistsKadir Cetinkaya2020-01-071-0/+65
* [clangd] Add path mappings functionalitySam McCall2020-01-072-0/+217
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-049-12/+12
* [clangd] targetDecl() returns only NamedDecls.Sam McCall2020-01-032-1/+4
* [clangd] Replace shortenNamespace with getQualificationKadir Cetinkaya2020-01-031-25/+59
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+21
* [clangd] Reformat `HoverTests.cpp` NFCIlya Biryukov2019-12-271-500/+501
* [clangd] Fix crash in hoverIlya Biryukov2019-12-271-489/+506
* [clangd] Improve documentation for auto and implicit specsKadir Cetinkaya2019-12-191-27/+109
* [clangd] Fix handling of inline/anon namespaces and names of deduced types in...Kadir Cetinkaya2019-12-171-16/+54
OpenPOWER on IntegriCloud