[all-commits] [llvm/llvm-project] 01a30f: [clangd] Trivial setter support when moving items ...

Nathan James via All-commits all-commits at lists.llvm.org
Tue Sep 29 13:51:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 01a30fa6787d8375e1df573150f9927561b0a0f1
      https://github.com/llvm/llvm-project/commit/01a30fa6787d8375e1df573150f9927561b0a0f1
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp

  Log Message:
  -----------
  [clangd] Trivial setter support when moving items to fields

Extend the Trivial setter documentation to support cases where the value is moved into a field using `std::move`.

Reviewed By: sammccall, kadircet

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




More information about the All-commits mailing list