summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
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-102-9/+35
* [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
* Add new website to release notes.Sam McCall2020-03-161-0/+2
* [clangd] DefineOutline won't copy virtual specifiers on methodsNathan James2020-03-042-4/+224
* ReleaseNotes: remove in-progress warnings, tidy up a bitHans Wennborg2020-02-281-52/+8
* [docs] clangd release notesSam McCall2020-02-251-1/+44
* [clangd] Make output order of allTargetDecls deterministicKadir Cetinkaya2020-02-191-32/+49
* Fix crash in InfinteLoopCheckNathan James2020-02-171-0/+2
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-138-0/+21
* [clang-tidy] Added check to disable bugprone-infinite-loop on known false con...Nathan James2020-02-122-0/+19
* [clang-tidy] Fix false positive for cppcoreguidelines-init-variablesNathan James2020-02-102-5/+15
* [clangd] Add workaround for GCC5 host compilers. NFC.Michael Liao2020-02-061-1/+7
* [clang-tidy] Fixed crash 44745 in readability-else-after-returnNathan James2020-02-032-0/+17
* [clangd] Don't mmap source files on all platforms --> don't crash on git chec...Sam McCall2020-01-292-10/+8
* [clan-tidy] Fix false positive in bugprone-infinite-loopAdam Balogh2020-01-292-5/+57
* [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
* [clang-tidy] Fix check for generic lambda invented template parametersSaar Raz2020-01-241-1/+1
* [clang-tidy] Disable Checks on If constexpr statements in template Instantiat...Nathan2020-01-234-2/+112
* Added readability-qualified-auto checkNathan James2020-01-1411-0/+713
* [clang-tidy] Match InitListExpr in modernize-use-default-member-initMalcolm Parsons2020-01-142-33/+33
* [clang-tidy] Ignore implicit casts in modernize-use-default-member-initMalcolm Parsons2020-01-142-5/+5
* Fix a test case by adding -fno-delayed-template-parsing.Aaron Ballman2020-01-131-1/+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
* Fix readability-identifier-naming missing member variablesNathan James2020-01-132-6/+163
OpenPOWER on IntegriCloud