This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Use llvm::errs() instead of outs() for errors
ClosedPublic

Authored by kbobyrev on Jul 14 2020, 3:43 PM.

Details

Summary

errs() is more appropriate for error messages in dexp and clangd-index-server.

Diff Detail

Event Timeline

kbobyrev created this revision.Jul 14 2020, 3:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2020, 3:43 PM
sammccall accepted this revision.Jul 15 2020, 3:51 AM
This revision is now accepted and ready to land.Jul 15 2020, 3:51 AM
This revision was automatically updated to reflect the committed changes.