[all-commits] [llvm/llvm-project] 3c2c77: Fix building with GCC5 after e64f99c51a8e

Hans via All-commits all-commits at lists.llvm.org
Mon May 4 02:13:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c2c7760d9eea0236c5c54e8939b3901f4208835
      https://github.com/llvm/llvm-project/commit/3c2c7760d9eea0236c5c54e8939b3901f4208835
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M clang-tools-extra/clangd/support/Trace.h

  Log Message:
  -----------
  Fix building with GCC5 after e64f99c51a8e

It was failing with:

  /work/llvm.monorepo/clang-tools-extra/clangd/ClangdServer.cpp: In lambda function:
  /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);
                                                                             ^




More information about the All-commits mailing list