summaryrefslogtreecommitdiffstats
path: root/clangd/Headers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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