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

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 14 15:43:59 PDT 2020


kbobyrev created this revision.
kbobyrev added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83827

Files:
  clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
  clang-tools-extra/clangd/index/remote/server/Server.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83827.278006.patch
Type: text/x-patch
Size: 3408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200714/4ff19fe4/attachment.bin>


More information about the cfe-commits mailing list