[all-commits] [llvm/llvm-project] a3220d: [clangd] Add std::move() to a return statement to ...

martinboehme via All-commits all-commits at lists.llvm.org
Wed Jun 3 06:42:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a3220dffcb1da0cfe3e22a336141c76c78d474b7
      https://github.com/llvm/llvm-project/commit/a3220dffcb1da0cfe3e22a336141c76c78d474b7
  Author: Martin Boehme <mboehme at google.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

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

  Log Message:
  -----------
  [clangd] Add std::move() to a return statement to please some compilers.

This has been causing build errors in Swift CI.

Differential Revision: https://reviews.llvm.org/D81079




More information about the All-commits mailing list