aboutsummaryrefslogtreecommitdiff
path: root/clangd/ClangdUnit.cpp
AgeCommit message (Expand)Author
2017-10-28[clangd] Fix clang-tidy warnings.linaro-local/yvan.roux/B32999Benjamin 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