[PATCH] D78429: [clangd] Metric tracking through Tracer

Kadir Çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 02:52:28 PDT 2020


thanks Hans!

On Mon, May 4, 2020 at 12:38 PM Hans Wennborg via Phabricator <
reviews at reviews.llvm.org> wrote:

> hans added a comment.
>
> For anyone running into the same problem, this broke the build with GCC 5:
>
>   /work/llvm.monorepo/clang-tools-extra/clangd/ClangdServer.cpp:374:75:
> error: could not convert ‘(const char*)""’ from ‘const char*’ to
> ‘llvm::StringLiteral’
>
> trace::Metric::Distribution);
>
>    ^
>
> Hopefully 3c2c7760d9eea0236c5c54e8939b3901f4208835 <
> https://reviews.llvm.org/rG3c2c7760d9eea0236c5c54e8939b3901f4208835>
> fixes it.
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D78429/new/
>
> https://reviews.llvm.org/D78429
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200504/49cb6df4/attachment.html>


More information about the cfe-commits mailing list