[all-commits] [llvm/llvm-project] 82c22f: [clangd] Fix compile error after 20b69af7

Nathan James via All-commits all-commits at lists.llvm.org
Sun Nov 22 02:53:31 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82c22f124816d1f260dc8f0626d56b459d1358b8
      https://github.com/llvm/llvm-project/commit/82c22f124816d1f260dc8f0626d56b459d1358b8
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-11-22 (Sun, 22 Nov 2020)

  Changed paths:
    M clang-tools-extra/clangd/ConfigCompile.cpp

  Log Message:
  -----------
  [clangd] Fix compile error after 20b69af7

Some of the buildbots were failing due to what seems to be them using a non c++14 compilant std::string implementation.
Since c++14 std::basic_string::append(const basic_string, size_t, size_t) has a defaulted 3rd paramater, but some of the build bots were reporting that it wasn't defaulted in their implementation.




More information about the All-commits mailing list