summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Tweak "provides" hover card when symbols have the same nameSam McCall2023-05-172-11/+11
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-163-4/+4
* [clangd][check] Print directory with compile flagsKadir Cetinkaya2023-05-161-3/+25
* [clangd] Fix test.Viktoriia Bakalova2023-05-161-0/+6
* Add doc link to missing include diagnostics.Viktoriia Bakalova2023-05-161-1/+1
* [clangd] downgrade missing-includes diagnostic to Information levelSam McCall2023-05-162-4/+20
* [clangd] Fix builds after 4ddae8b941398a6579d3Kadir Cetinkaya2023-05-162-9/+5
* [clangd] Fix test failure when it's built with compiler flags unknown by clangXi Ruoyao2023-05-162-0/+11
* [clang][USR] Prevent crashes on incomplete FunctionDeclsKadir Cetinkaya2023-05-151-0/+13
* [clangd] Fix fixAll not shown when there is only one unused-include and missi...Haojian Wu2023-05-152-15/+84
* [clangd] Initialize clang-tidy modules only onceKadir Cetinkaya2023-05-105-138/+188
* [clangd] Fix a build failure. NFCYounan Zhang2023-05-102-6/+7
* [clangd][NFX][FIX] Fix conflicting symbol name `Expr`Joseph Huber2023-05-091-1/+1
* [clangd] Support macro evaluation on hoverYounan Zhang2023-05-092-5/+309
* [clangd] Fix missing dependency on clang/Driver/Options.inc's tblgen targetJon Roelofs2023-05-061-0/+1
* [clangd] Replace None with std::nullopt in comments (NFC)Kazu Hirata2023-05-067-14/+15
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-041-2/+2
* [clangd] Remove unused variable [NFC]Mikael Holmen2023-05-041-2/+1
* [clang][deps] Make clang-scan-deps write modules in raw formatBen Langmuir2023-05-031-1/+1
* [clangd][IncludeCleaner] Use a proper comparator for deduplicating findingsKadir Cetinkaya2023-05-012-9/+13
* [clangd] Hover: Add CalleeArgInfo for constructor expressionsTom Praschan2023-04-292-7/+47
* [clangd] Hover: resolve forwarding parameters for CalleeArgInfoTom Praschan2023-04-282-2/+33
* [clangd] Fix the include-cleaner-batch-fix.test failure on someHaojian Wu2023-04-271-8/+8
* [clangd] Add batch fixes for include-cleaner diagnosticsHaojian Wu2023-04-2715-43/+737
* [clangd] Fix the window buildbot test failuresHaojian Wu2023-04-262-6/+6
* [clangd] Deduplicate missing-include findingsKadir Cetinkaya2023-04-262-4/+40
* [clangd] Add support TextDocumentEdit.Haojian Wu2023-04-259-39/+446
* [Serialization] Place command line defines in the correct fileJohn Brawn2023-04-241-1/+3
* [Clangd] Make the type hint length limit configurablezhangyi13572023-04-206-3/+41
* [clangd] Implement cross reference request for #include lines.Viktoriia Bakalova2023-04-207-50/+181
* [Clang][NFC] Rename methods/vars to reflect their real usageBill Wendling2023-04-182-3/+3
* [clangd] Use all inputs to SystemIncludeExtractor in cache keyKadir Cetinkaya2023-04-172-78/+162
* [clangd] Handle destructors in DefineOutline tweakNathan James2023-04-142-0/+32
* [clangd] Fix test failure in initialize-params.testNathan Ridge2023-04-141-0/+1
* [clangd] Inactive regions support via dedicated protocolNathan Ridge2023-04-1412-18/+141
* [clangd] Use FileEntryRef for canonicalizing filepaths.Utkarsh Saxena2023-04-139-36/+38
* [clangd] Fix a nullptr-dereference crash in computeIncludeCleanerFindings.Haojian Wu2023-04-132-3/+30
* [clangd] Treat preamble patch as main file for include-cleaner analysisKadir Cetinkaya2023-04-124-8/+54
* [clangd] Map references from include'd files to directivesKadir Cetinkaya2023-03-302-1/+35
* Use Dense{Map,Set}::contains (NFC)Kazu Hirata2023-03-291-1/+1
* [clangd] Handle the C++2b elifdef and elindef PP structure in CollectMainFile...Haojian Wu2023-03-293-3/+33
* [clangd] Fix build by replacing unsigned long with std::vector::size_type.Viktoriia Bakalova2023-03-281-1/+1
* [clangd] Show used symbols on #include line hover.Viktoriia Bakalova2023-03-285-22/+222
* [clangd] Use expansion location for missing include diagnostics.Viktoriia Bakalova2023-03-272-22/+58
* [clangd] Fix a hover crash on unsigned 64bit valueYounan Zhang2023-03-272-2/+11
* [clang-tools-extra] Fix linking ClangdTests when using libclang-cppMichał Górny2023-03-241-1/+1
* Revert "[Serialization] Place command line defines in the correct file"Felipe de Azevedo Piovezan2023-03-241-3/+1
* Fix warningsKazu Hirata2023-03-241-1/+1
* [clangd] Fix indentation in HoverTests.cppViktoriia Bakalova2023-03-231-33/+33
* [clangd] Add provider info on symbol hover.Viktoriia Bakalova2023-03-236-47/+218