summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/Headers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Basic IncludeCleaner support for c/c++ standard librarySam McCall2022-01-031-2/+161
* [clangd] Record IWYU pragma keep in the IncludeStructureKirill Bobyrev2021-12-081-8/+51
* [clangd] Record information about non self-contained headers in IncludeStructureKirill Bobyrev2021-11-261-9/+17
* [clangd] IncludeCleaner: Mark used headersKirill Bobyrev2021-10-051-0/+2
* [clangd] Follow-up on rGdea48079b90dKirill Bobyrev2021-10-041-14/+13
* [clangd] Land D110386 againKirill Bobyrev2021-09-301-28/+40
* Revert "[clangd] Reland D110386"Kirill Bobyrev2021-09-301-32/+29
* Investigate failure in rGdd13f45e04366cc4f648b57ec87d20a5569e27c3Kirill Bobyrev2021-09-301-1/+3
* [clangd] Reland D110386Kirill Bobyrev2021-09-301-28/+29
* Revert "[clangd] Refactor IncludeStructure: use File (unsigned) for most comp...Kirill Bobyrev2021-09-281-29/+28
* [clangd] Refactor IncludeStructure: use File (unsigned) for most computationsKirill Bobyrev2021-09-281-28/+29
* Revert "[clangd] Refactor IncludeStructure: use File (unsigned) for most comp...Nico Weber2021-09-271-29/+28
* [clangd] Refactor IncludeStructure: use File (unsigned) for most computationsKirill Bobyrev2021-09-271-28/+29
* [clangd] Introduce ModulesKadir Cetinkaya2021-02-121-1/+1
* [clangd] locateMacroAt handles patched macrosKadir Cetinkaya2020-05-291-16/+3
* [clangd] Preserve line information while build PreamblePatchKadir Cetinkaya2020-05-071-0/+6
* [clangd] Reland 'Handle PresumedLocations in IncludeCollector'Kadir Cetinkaya2020-05-061-3/+53
* Revert "[clangd] Handle PresumedLocations in IncludeCollector"Kadir Cetinkaya2020-05-061-53/+3
* [clangd] Handle PresumedLocations in IncludeCollectorKadir Cetinkaya2020-05-061-3/+53
* [clangd] Get rid of Inclusion::RKadir Cetinkaya2020-05-051-3/+4
* [clangd] Move non-clang base pieces into separate support/ lib. NFCISam McCall2020-04-291-1/+1
* [clangd] Store ppdirective in InclusionKadir Cetinkaya2020-04-211-1/+2
* [clangd] Fix printing for InclusionKadir Cetinkaya2020-04-071-1/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-2/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-1/+1
* [clangd] Don't insert absolute paths, give up instead.Sam McCall2019-07-081-7/+17
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-2/+6
* [clangd] Check file path of declaring header when deciding whether to insert ...Eric Liu2019-04-161-7/+6
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-1/+5
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+35
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-15/+17
* [clangd] Replay preamble #includes to clang-tidy checks.Sam McCall2018-11-201-7/+17
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-14/+13
* [clangd] Make IncludeInserter less slow. NFCEric Liu2018-09-271-6/+6
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-17/+73
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-151-41/+17
* [clangd] Populate #include insertions as additional edits in completion items.Eric Liu2018-05-151-59/+35
* [clangd] Add helper for collecting #include directives in file.Eric Liu2018-05-141-19/+38
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-1/+2
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-2/+1
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-1/+2
* [clangd] don't insert new includes if either original header or canonical hea...Eric Liu2018-02-261-18/+38
* [clangd] Correct setting ignoreWarnings in CodeCompletion.Haojian Wu2018-02-221-2/+2
* [clangd] Fixes for #include insertion.Eric Liu2018-02-191-4/+12
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-0/+117