summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* clang-tidy doc: unbreak the CISylvestre Ledru2020-01-101-0/+2
* clang-tidy doc: Refresh the list of checkers and polish the scriptSylvestre Ledru2020-01-102-33/+28
* MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checkerSylvestre Ledru2020-01-101-0/+2
* [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
* Restore order in clang-tidy section of release notesHans Wennborg2020-01-101-49/+61
* clang-tidy doc - remove the widthsSylvestre Ledru2020-01-101-2/+0
* [clangd] Handle DeducedTemplateSpecializationType in TargetFinderNathan Ridge2020-01-092-1/+40
* [clang-tidy] Refresh the add_new_check.py now that we use a table + autofixSylvestre Ledru2020-01-091-12/+67
* [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
* [clang-tidy] For checker `readability-misleading-indentation` update tests.Andi-Bogdan Postelnicu2020-01-091-1/+12
* [clangd] Refurbish HoverInfo::presentKadir Cetinkaya2020-01-093-32/+157
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-6/+8
OpenPOWER on IntegriCloud