summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make the premble tremble.Benjamin Kramer2018-02-061-3/+3
* [clangd] Log dropped diagnostics.Ilya Biryukov2018-02-011-3/+19
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-30/+23
* [clangd] Fixed null deference on invalid compile commands.Ilya Biryukov2018-01-291-0/+2
* [clangd] Modify the Span API so that Spans propagate with contexts.Sam McCall2018-01-261-5/+7
* [clangd] Provide a helper to report estimated memory usage per-fileIlya Biryukov2018-01-251-1/+27
* [clangd] Moved caching of compile commands to ClangdServerIlya Biryukov2018-01-251-6/+0
* [clangd] Simplify code handling compile commandsIlya Biryukov2018-01-231-33/+34
* [clangd] Add more symbol information for code completion.Eric Liu2018-01-091-0/+4
* [clangd] Skip function bodies when building the preambleIlya Biryukov2017-12-281-0/+10
* [clangd] Log more info about preamblesIlya Biryukov2017-12-211-2/+10
* [clangd] Build dynamic index and use it for code completion.Eric Liu2017-12-191-5/+11
* [clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFCSam McCall2017-12-191-253/+0
* [clangd] Put all #includes in one block in clangd source files. NFCEric Liu2017-12-141-2/+0
* [clangd] Implemented tracing using ContextIlya Biryukov2017-12-141-2/+2
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-31/+28
* [clangd] Emit ranges for clangd diagnostics, and fix off-by-one positionsSam McCall2017-12-131-16/+77
* [clangd] Removed unused variable. NFCIlya Biryukov2017-12-121-1/+1
* [clangd] Document highlights for clangdIlya Biryukov2017-12-121-43/+171
* [clangd] Split CodeComplete into a separate file. NFCSam McCall2017-12-041-753/+8
* [clangd] Filter completion results by fuzzy-matching identifiers.Sam McCall2017-12-011-0/+36
* [clangd] Logger implicitly adds newlineSam McCall2017-11-301-1/+1
* [clangd] Log file compile commandsSam McCall2017-11-301-0/+3
* Fix MSVC double-float implicit truncation warning. NFCISimon Pilgrim2017-11-241-1/+1
* [clangd] Ensure preamble outlives the ASTIlya Biryukov2017-11-241-35/+27
* [clangd] Tracing improvementsSam McCall2017-11-231-2/+4
* [clangd] Make completion scores use 0-1 floats internally.Sam McCall2017-11-231-19/+31
* [clangd] Drop impossible completions (unavailable or inaccessible)Sam McCall2017-11-231-17/+6
* [clangd] Release the old preamble before building a new one.Ilya Biryukov2017-11-171-3/+10
* [clangd] Use in-memory preambles in clangd.Ilya Biryukov2017-11-161-4/+9
* [clangd] Support returning a limited number of completion results.Sam McCall2017-11-151-64/+91
* [clangd] Add rename support.Haojian Wu2017-11-091-38/+40
* [clangd] Sort completion results.Sam McCall2017-11-081-0/+1
* [clangd] Fix opening declarations located in non-preamble inclusionMarc-Andre Laperle2017-11-071-4/+9
* Performance tracing facility for clangd.Sam McCall2017-11-021-3/+9
* Add LLVM_FALLTHROUGH to silence warning. NFCI.Simon Pilgrim2017-11-011-1/+1
* [clangd] Fix clang-tidy warnings.Benjamin Kramer2017-10-281-9/+9
* [clangd] Allow to pass code completion opts to ClangdServer.Ilya Biryukov2017-10-231-22/+47
* [clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.Ilya Biryukov2017-10-231-3/+19
* [clangd] Use UniqueFunction for deferred computations.Ilya Biryukov2017-10-101-7/+7
* Fix signed/unsigned warningSimon Pilgrim2017-10-071-1/+1
* [clangd] Add textDocument/signatureHelpIlya Biryukov2017-10-061-56/+221
* [clangd] Skip informative qualifier chunks.Ilya Biryukov2017-09-281-0/+15
* [clangd] Put inacessible items to the end of completion list.Ilya Biryukov2017-09-201-5/+31
* [clangd] Run clang-format on ClangdUnit.cpp. NFC.Ilya Biryukov2017-09-201-2/+3
* [clangd] Introduced Logger interface.Ilya Biryukov2017-09-201-17/+23
* [clangd] Add support for snippet completionsIlya Biryukov2017-09-121-42/+239
* [clangd] Fixed a data race.Ilya Biryukov2017-08-141-8/+31
* [clangd] Run clang-format on all clangd sources. NFC.Ilya Biryukov2017-08-021-1/+2
* [clangd] Fix more MSVC compilation failures.Ilya Biryukov2017-08-011-6/+6
OpenPOWER on IntegriCloud