summaryrefslogtreecommitdiff
path: root/clang-tools-extra
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-165-8/+8
* [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
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-168-59/+59
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-168-59/+59
* [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-tidy] Extract areStatementsIdenticalPiotr Zegar2023-05-154-35/+42
* Fix build failure caused by https://reviews.llvm.org/D150352Amy Kwan2023-05-151-1/+1
* [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
* [clang-tidy][test] Add trailing -- to suppress compile_commands.json readFangrui Song2023-05-141-2/+2
* [clang-tidy] Modernize RangeDescriptor (NFC)Kazu Hirata2023-05-122-9/+5
* Replace None with std::nullopt in comments (NFC)Kazu Hirata2023-05-121-1/+1
* [tidy] Expose getID to tidy checksKadir Cetinkaya2023-05-103-3/+5
* [clangd] Initialize clang-tidy modules only onceKadir Cetinkaya2023-05-105-138/+188
* [clangd] Fix a build failure. NFCYounan Zhang2023-05-102-6/+7
* [clang-tidy] [test] Narrow down a special case to MSVC modeMartin Storsjö2023-05-101-1/+1
* [clang-tidy] Fix bugprone-assert-side-effect to actually give warningsCarlos Galvez2023-05-093-45/+43
* [clangd][NFX][FIX] Fix conflicting symbol name `Expr`Joseph Huber2023-05-091-1/+1
* [tidy][IdentifierNaming] Fix crashes on non-identifiersKadir Cetinkaya2023-05-092-3/+18
* [clangd] Support macro evaluation on hoverYounan Zhang2023-05-092-5/+309
* [clang-tidy][NFC] Split bugprone-exception-escape testsPiotr Zegar2023-05-072-15/+34
* [clang-tidy] Support SystemHeaders in .clang-tidyCarlos Galvez2023-05-077-4/+54
* [clangd] Fix missing dependency on clang/Driver/Options.inc's tblgen targetJon Roelofs2023-05-061-0/+1
* [clang-tidy] Modernize HungarianNotationOption (NFC)Kazu Hirata2023-05-061-2/+2
* [clang-tidy] Optimize performance of RenamerClangTidyCheckPiotr Zegar2023-05-062-298/+320
* [clang-tidy] Implement cppcoreguidelines F.19Chris Cotter2023-05-068-0/+328
* [clang-tidy] Modernize Handler (NFC)Kazu Hirata2023-05-061-2/+2
* [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-042-3/+3
* [clang-tidy] bugprone-use-after-move: Ctor arguments should be sequenced if c...Martin Braenne2023-05-043-30/+62
* [docs] Hide collaboration and include graphs in doxygen docsTimm Bäder2023-05-041-3/+3
* [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
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-028-0/+504
* Revert "[clang-tidy] Add check bugprone-multiple-new-in-one-expression."Balázs Kéri2023-05-028-504/+0
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-028-0/+504
* [clangd][IncludeCleaner] Use a proper comparator for deduplicating findingsKadir Cetinkaya2023-05-012-9/+13
* [clang-tidy] Ignore declarations in bugprone-exception-escapePiotr Zegar2023-04-303-2/+6
* [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
* [clang-tidy] Modernize ClangTidyValue (NFC)Kazu Hirata2023-04-251-3/+3