This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Use buffered llvm::errs() in the clangd binary.
ClosedPublic

Authored by ioeric on Aug 28 2018, 4:56 AM.

Diff Detail

Event Timeline

ioeric created this revision.Aug 28 2018, 4:56 AM
ioeric edited the summary of this revision. (Show Details)Aug 28 2018, 4:56 AM
sammccall accepted this revision.Aug 28 2018, 6:11 AM
sammccall added inline comments.
clangd/tool/ClangdMain.cpp
263

(we still flush each log message).

This revision is now accepted and ready to land.Aug 28 2018, 6:11 AM
This revision was automatically updated to reflect the committed changes.
ioeric marked an inline comment as done.