[PATCH] D78429: [clangd] Metric tracking through Tracer
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 02:37:58 PDT 2020
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
More information about the cfe-commits
mailing list