[PATCH] D43272: [clangd] Fix tracing now that spans lifetimes can overlap on a thread.

Carlos Alberto Enciso via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 15 05:39:30 PST 2018


CarlosAlbertoEnciso added a comment.

Hi,

It seems that your submission have broken the Windows and Linux Builds for 'clangd'.

This is the error message:

/home/xxx/llvm-root/llvm/tools/clang/tools/extra/clangd/Trace.cpp:54:76: error: call of overloaded ‘make_unique(clang::clangd::trace::{anonymous}::JSONTracer*, llvm::StringRef&, clang::clangd::json::obj*&)’ is ambiguous

  make_unique<JSONSpan>(this, Name, Args));
                                        ^

Thanks,


Repository:
  rL LLVM

https://reviews.llvm.org/D43272





More information about the cfe-commits mailing list