aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/index
AgeCommit message (Expand)AuthorFilesLines
2022-10-10[clangd] Avoid scanning up to end of file on each comment!Sam McCall1-9/+7
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-1/+1
2022-07-22Use any_of (NFC)Kazu Hirata1-4/+3
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song1-6/+8
2022-07-12[clang, clang-tools-extra] Use has_value instead of hasValue (NFC)Kazu Hirata1-5/+5
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane1-5/+5
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-5/+5
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-5/+5
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata3-12/+6
2022-06-09[clangd] Minor refactor of CanonicalIncludes::addSystemHeadersMapping.Paul Pluzhnikov1-655/+661
2022-05-19Add an option to fill container for refUtkarsh Saxena3-0/+6
2022-05-19[clangd] Suppress warning: control reaches end of functionSam McCall1-0/+1
2022-05-19Reland(3) "[clangd] Indexing of standard library"Sam McCall6-7/+485
2022-05-18Revert "Reland(2) "[clangd] Indexing of standard library""Sam McCall6-486/+7
2022-05-18Reland(2) "[clangd] Indexing of standard library"Sam McCall6-7/+486
2022-05-17Revert "Reland "[clangd] Indexing of standard library""Sam McCall6-486/+7
2022-05-17Reland "[clangd] Indexing of standard library"Sam McCall6-7/+486
2022-05-17[clangd] Add command-line flag to set background indexing thread priority.Sam McCall2-0/+5
2022-05-17Revert "[clangd] Indexing of standard library"Sam McCall6-486/+7
2022-05-17[clangd] Indexing of standard librarySam McCall6-7/+486
2022-05-16Add ThreadPriority::Low, and use QoS class Utility on Macstk1-1/+1
2022-04-26[Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov1-0/+1
2022-04-22[clangd][NFC] Reduce memory usage while building dexKadir Cetinkaya1-10/+30
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-6/+7
2022-04-11[clangd] Performance improvements and cleanupKadir Cetinkaya4-115/+115
2022-04-05[clangd] Use stable keys for CanonicalIncludes mappingsKirill Bobyrev3-19/+24
2022-04-04[clangd] Remove trivial uses of FileEntry::getNameSam McCall3-8/+9
2022-03-14[Support] Change zlib::compress to return voidFangrui Song1-1/+1
2022-03-09[clangd] Make dexp command line options stickyYevgeny Rouban1-3/+3
2022-03-09[clangd] Make dexp command line options stickyYevgeny Rouban1-0/+7
2022-02-26[clangd] Fix wrong included header. NFCSam McCall1-1/+1
2022-02-26[clangd] Qualify calls to std::move to silence -Wunqualified-std-cast-call. NFC.Benjamin Kramer2-8/+8
2022-02-26[clangd] Add a missing include. NFC.Benjamin Kramer1-0/+1
2022-02-26[clangd] Clean up unused includes. NFCISam McCall38-136/+53
2022-02-09[clangd] NFC: Move stdlib headers handling to ClangKirill Bobyrev1-2/+2
2022-02-07Reland "[clangd] Properly compute framework-style include spelling"David Goldman1-0/+139
2022-02-04Revert "[clangd] Properly compute framework-style include spelling"David Goldman1-138/+0
2022-02-04[clangd] Properly compute framework-style include spellingDavid Goldman1-0/+138
2022-02-01[clangd] Cleanup of readability-identifier-namingChristian Kühnel1-6/+6
2022-01-29Add 'clangd' prefix to remote index proto targetsSam McCall4-21/+20
2022-01-25[NFC][clangd] cleaning up llvm-qualified-autoChristian Kühnel3-4/+4
2022-01-21[clangd][Background] Make index validation logs verboseKadir Cetinkaya1-1/+1
2022-01-13[clangd] Fix build after D115243Kirill Bobyrev1-1/+2
2022-01-13[clangd] Extend SymbolOrigin, stop serializing itSam McCall11-76/+43
2022-01-05[clangd] Don't index __reserved_names in headers.Sam McCall3-0/+10
2021-12-15[clangd] Cleanup unneeded use of shared_ptr. NFCSam McCall4-22/+20
2021-12-13[clangd][Dex] Fix crashes when building trigrams for empty identifierKadir Cetinkaya1-0/+4
2021-12-07[clangd] Dex Trigrams: Improve query trigram generationKirill Bobyrev1-20/+49
2021-12-02[clangd] cleanup of header guard namesChristian Kühnel12-28/+28