summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix code completion in MACROs with stringification.Eric Liu2018-05-241-46/+51
* Replace last DEBUG occurrence with LLVM_DEBUG.Nicola Zaghen2018-05-231-5/+5
* [clangd] Remove ignored Preamble::CanReuse call from completionIlya Biryukov2018-05-221-12/+2
* Second attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-2/+3
* Attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-3/+2
* [clangd] Parse all comments in Sema and completion.Ilya Biryukov2018-05-161-0/+2
* [clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov2018-05-161-14/+28
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-105/+36
* [clangd] Populate #include insertions as additional edits in completion items.Eric Liu2018-05-151-9/+92
* [clangd] Remove LSP command-based #include insertion.Eric Liu2018-05-151-21/+0
* [clangd] Fix warning after fully covered enum switch. NFC.Ilya Biryukov2018-05-141-0/+1
* [clangd] Don't query index when completing inside classesIlya Biryukov2018-05-141-3/+30
* [clangd] Incorporate #occurrences in scoring code complete results.Sam McCall2018-05-031-18/+21
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-2/+9
* [clangd] Handle multiple callbacks from Sema's completionIlya Biryukov2018-03-161-1/+8
* [clangd] Don't end completion item labels with '::'Ilya Biryukov2018-03-061-0/+2
* [clang] Fix use-after-free on code completionIlya Biryukov2018-03-021-35/+33
* [clangd] don't insert new includes if either original header or canonical hea...Eric Liu2018-02-261-1/+6
* [clangd] Correct setting ignoreWarnings in CodeCompletion.Haojian Wu2018-02-221-2/+2
* [clangd] Not collect include headers for dynamic index for now.Eric Liu2018-02-221-8/+2
* [clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)Sam McCall2018-02-191-3/+5
* [clangd] Attach more information about Sema completion to tracesIlya Biryukov2018-02-191-2/+5
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-7/+34
* [clangd] Log if CWD could not be changed. NFC.Ilya Biryukov2018-02-131-1/+5
* [clangd] Fix crash when CompilerInvocation can't be created.Ilya Biryukov2018-02-091-1/+4
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-32/+25
* [clangd] Trace code completion.Sam McCall2018-01-301-7/+25
* [clangd] Disable typo correction when doing code completion.Haojian Wu2018-01-251-4/+3
* [clangd] Limit completion results.Haojian Wu2018-01-251-0/+2
* [clangd] Use accessible scopes to query indexes for global code completion.Haojian Wu2018-01-231-42/+95
* [clangd] Drop ~destructor completions - rarely helpful and work inconsistentlySam McCall2018-01-221-0/+4
* Fix MSVC implicit double-float truncation warning. NFCI.Simon Pilgrim2018-01-221-1/+1
* [clangd] Change index scope convention from "outer::inner" to "outer::inner::"Sam McCall2018-01-191-8/+7
* Revert "[clangd] Change index scope convention from "outer::inner" to "outer:...Sam McCall2018-01-191-6/+8
* [clangd] Change index scope convention from "outer::inner" to "outer::inner::"Sam McCall2018-01-191-8/+6
* [clangd] Merge index-provided completions with those from Sema.Sam McCall2018-01-191-243/+461
* [clangd] Remove unused IncludeGlobals completion option, always pass true to ...Sam McCall2018-01-181-1/+1
* [clangd] Always use preamble (even stale) for code completionIlya Biryukov2018-01-181-4/+8
* [clangd] Merge results from static/dynamic index.Sam McCall2018-01-151-11/+4
* [clangd] Code completion uses Sema for NS-level things in the current file.Sam McCall2018-01-121-2/+4
* [clangd] Include debugging tags for both static and dynamic index. NFCSam McCall2018-01-121-2/+2
* [clangd] Incorporate fuzzy-match into result rankings.Sam McCall2018-01-121-31/+29
* [clangd] Add static index for the global code completion.Haojian Wu2018-01-101-12/+38
* [clangd] Remove duplicates from code completionIlya Biryukov2018-01-101-0/+7
* [clangd] Add more symbol information for code completion.Eric Liu2018-01-091-3/+6
* [clangd] Fix memory leak in code completionIlya Biryukov2018-01-051-0/+1
* [clangd] Properly set filterText for index-based completion itemsIlya Biryukov2017-12-291-1/+1
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-201-210/+14
* [clangd] Supress a log warning by putting it behind a condition.Eric Liu2017-12-191-2/+3
* [clangd] Fix warnings/compiler pickiness after r321083Sam McCall2017-12-191-1/+1
OpenPOWER on IntegriCloud