summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangDMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFCKrasimir Georgiev2017-04-121-122/+0
* [clangd] Remove ASTUnits for closed documents and cache CompilationDatabase p...Krasimir Georgiev2017-04-101-1/+3
* [clangd] Add code completion supportKrasimir Georgiev2017-04-041-0/+2
* [clangd] Fix not being able to attach a debugger on macOSBenjamin Kramer2017-03-141-0/+4
* [clangd] Add support for FixIts.Benjamin Kramer2017-03-011-2/+11
* [clangd] Implement format on typeKrasimir Georgiev2017-02-161-0/+3
* [clangd] Synchronize logs access.Benjamin Kramer2017-02-151-3/+2
* [clangd] Wire up ASTUnit and publish diagnostics with it.Benjamin Kramer2017-02-151-0/+3
* [clangd] Move isDone from the JSONOutput to ShutdownHandler.Benjamin Kramer2017-02-101-3/+4
* [clangd] Refactor stream output into a single thread-safe output object.Benjamin Kramer2017-02-101-7/+12
* [clangd] Ignore comments in clangd input, so we can write tests without sed.Benjamin Kramer2017-02-071-0/+5
* [clangd] Set stdin to binary to fix tests on windows.Benjamin Kramer2017-02-071-0/+4
* [clangd] Harden test against sed implementations that strip \r.Benjamin Kramer2017-02-071-5/+4
* Add a prototype for clangdBenjamin Kramer2017-02-071-0/+86
OpenPOWER on IntegriCloud