summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/ClangdUnit.cpp
AgeCommit message (Expand)Author
2017-11-30[clangd] Logger implicitly adds newlineSam McCall
2017-11-30[clangd] Log file compile commandsSam McCall
2017-11-24Fix MSVC double-float implicit truncation warning. NFCISimon Pilgrim
2017-11-24[clangd] Ensure preamble outlives the ASTIlya Biryukov
2017-11-23[clangd] Tracing improvementsSam McCall
2017-11-23[clangd] Make completion scores use 0-1 floats internally.Sam McCall
2017-11-23[clangd] Drop impossible completions (unavailable or inaccessible)Sam McCall
2017-11-17[clangd] Release the old preamble before building a new one.Ilya Biryukov
2017-11-16[clangd] Use in-memory preambles in clangd.Ilya Biryukov
2017-11-15[clangd] Support returning a limited number of completion results.Sam McCall
2017-11-09[clangd] Add rename support.Haojian Wu
2017-11-08[clangd] Sort completion results.Sam McCall
2017-11-07[clangd] Fix opening declarations located in non-preamble inclusionMarc-Andre Laperle
2017-11-02Performance tracing facility for clangd.Sam McCall
2017-11-01Add LLVM_FALLTHROUGH to silence warning. NFCI.Simon Pilgrim
2017-10-28[clangd] Fix clang-tidy warnings.Benjamin Kramer
2017-10-23[clangd] Allow to pass code completion opts to ClangdServer.Ilya Biryukov
2017-10-23[clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.Ilya Biryukov
2017-10-10[clangd] Use UniqueFunction for deferred computations.Ilya Biryukov
2017-10-07Fix signed/unsigned warningSimon Pilgrim
2017-10-06[clangd] Add textDocument/signatureHelpIlya Biryukov
2017-09-28[clangd] Skip informative qualifier chunks.Ilya Biryukov
2017-09-20[clangd] Put inacessible items to the end of completion list.Ilya Biryukov
2017-09-20[clangd] Run clang-format on ClangdUnit.cpp. NFC.Ilya Biryukov
2017-09-20[clangd] Introduced Logger interface.Ilya Biryukov
2017-09-12[clangd] Add support for snippet completionsIlya Biryukov
2017-08-14[clangd] Fixed a data race.Ilya Biryukov
2017-08-02[clangd] Run clang-format on all clangd sources. NFC.Ilya Biryukov
2017-08-01[clangd] Fix more MSVC compilation failures.Ilya Biryukov
2017-08-01[clangd] Rewrote AST and Preamble management.Ilya Biryukov
2017-07-27[clangd] Don't reverse priorities of completion items.Ilya Biryukov
2017-07-25[clangd] Reuse compile commands during reparseKrasimir Georgiev
2017-07-21[clangd] Replace ASTUnit with manual AST management.Ilya Biryukov
2017-06-29[clangd] Check failure of Lexer::getRawToken in GoToDeclaration.Ilya Biryukov
2017-06-28[clangd] Cleanup ClangdUnit.cpp, update docs; NFCKirill Bobyrev
2017-06-28[clangd] Add "Go to Declaration" functionalityMarc-Andre Laperle
2017-06-28[clangd] Allow to override resource dir in ClangdServer.Ilya Biryukov
2017-06-15[clangd] Add priority to completion item sort textKrasimir Georgiev
2017-06-09[clangd] Update for ASTUnit API change.Argyrios Kyrtzidis
2017-06-08[clangd] Add parameter and return type information to completion resultsKrasimir Georgiev
2017-05-26[clangd] Allow to use vfs::FileSystem for file accesses.Ilya Biryukov
2017-05-23[clangd] Replaced WorkerRequest with std::function...Ilya Biryukov
2017-05-22[clangd] Switch to incomplete translation unitsKrasimir Georgiev
2017-05-16Restored r303067 and fixed failing test.Ilya Biryukov
2017-05-15Revert "[ClangD] Refactor clangd into separate components"Adam Nemet
2017-05-15[ClangD] Refactor clangd into separate componentsIlya Biryukov