[all-commits] [llvm/llvm-project] 008cb2: [clangd] Renaming: Treat member functions like oth...

ckandeler via All-commits all-commits at lists.llvm.org
Mon May 22 03:50:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 008cb29f87f3af391eb6c3747bdad16f2e386161
      https://github.com/llvm/llvm-project/commit/008cb29f87f3af391eb6c3747bdad16f2e386161
  Author: Christian Kandeler <christian.kandeler at qt.io>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp

  Log Message:
  -----------
  [clangd] Renaming: Treat member functions like other functions

... by skipping the conflict check. The same considerations apply.

Reviewed By: hokein

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




More information about the All-commits mailing list