aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/IncludeCleaner.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[clangd][NFC] Delete dead codeKadir Cetinkaya1-9/+0
2024-03-05[clangd] Make all calls to format::getStyle() go through getFormatStyleForFil...Nathan Ridge1-0/+1
2023-07-27[clangd] Loose include-cleaner matching for verbatim headersSam McCall1-7/+8
2023-07-14[clangd] Fix the range for include reference to itself.Viktoriia Bakalova1-0/+1
2023-06-14[clangd] Use include_cleaner spelling strategies in clangd.Viktoriia Bakalova1-5/+0
2023-06-12[clangd] Decouple IncludeCleaner implementation from ConfigKadir Cetinkaya1-11/+12
2023-06-05[clangd] Revert to older include spelling approach.Viktoriia Bakalova1-0/+5
2023-06-05[include-cleaner] Allow multiple strategies for spelling includes.Viktoriia Bakalova1-5/+0
2023-04-20[clangd] Implement cross reference request for #include lines.Viktoriia Bakalova1-0/+5
2023-03-28[clangd] Show used symbols on #include line hover.Viktoriia Bakalova1-0/+3
2023-03-23[clangd] Add provider info on symbol hover.Viktoriia Bakalova1-0/+10
2023-03-10[clangd] UnusedIncludes: Strict config now uses the include-cleaner-library i...Haojian Wu1-63/+0
2023-03-08Re-land [clangd] Add support for missing includes analysis.Viktoriia Bakalova1-5/+22
2023-03-08Revert "Re-land [clangd] Add support for missing includes analysis."Viktoriia Bakalova1-22/+5
2023-03-08Revert "Revert "Re-land [clangd] Add support for missing includes analysis.""Viktoriia Bakalova1-5/+22
2023-03-08Revert "Re-land [clangd] Add support for missing includes analysis."Viktoriia Bakalova1-22/+5
2023-03-08Re-land [clangd] Add support for missing includes analysis.Viktoriia Bakalova1-5/+22
2023-03-07Revert "[clangd] Add support for missing includes analysis."Nico Weber1-22/+5
2023-03-07[clangd] Add support for missing includes analysis.Viktoriia Bakalova1-5/+22
2023-01-19[clangd] Implement unused include warnings with include-cleaner library.Haojian Wu1-0/+4
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-04-05Reland "[clangd] IncludeCleaner: Add support for IWYU pragma private"Kirill Bobyrev1-7/+17
2022-03-31Revert "[clangd] IncludeCleaner: Add support for IWYU pragma private"Kirill Bobyrev1-17/+7
2022-03-31[clangd] IncludeCleaner: Add support for IWYU pragma privateKirill Bobyrev1-7/+17
2022-03-08[clangd] NFC: Cleanup IncludeCleaner APIKirill Bobyrev1-2/+1
2022-02-09[clangd] NFC: Move stdlib headers handling to ClangKirill Bobyrev1-2/+3
2022-02-03[clangd] IncludeCleaner: Decrease API dependency on clangdKirill Bobyrev1-5/+14
2022-01-03[clangd] Basic IncludeCleaner support for c/c++ standard librarySam McCall1-5/+23
2021-12-02[clangd] cleanup of header guard namesChristian Kühnel1-3/+3
2021-11-26[clangd] IncludeCleaner: Attribute symbols from non self-contained headers to...Kirill Bobyrev1-0/+1
2021-10-29[clangd] IncludeCleaner: Skip non self-contained headersKirill Bobyrev1-1/+2
2021-10-28[clangd] Avoid expensive checks of buffer names in IncludeCleanerSam McCall1-0/+3
2021-10-27[clangd] IncludeCleaner: Support macrosKirill Bobyrev1-5/+6
2021-10-26[clangd] Add a way to enable IncludeCleaner through configKirill Bobyrev1-0/+3
2021-10-05[clangd] IncludeCleaner: Mark used headersKirill Bobyrev1-0/+17
2021-08-18[clangd] IncludeCleaner as a library: Find all references to symbols in the fileKirill Bobyrev1-0/+52