[all-commits] [llvm/llvm-project] 10540e: [clangd] Filter out implicit references while rena...

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Thu Feb 6 02:29:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 10540e480dfb243d992ff77db14219f696cc774a
      https://github.com/llvm/llvm-project/commit/10540e480dfb243d992ff77db14219f696cc774a
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

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

  Log Message:
  -----------
  [clangd] Filter out implicit references while renaming

This patch is based on D72746 and prevents non-spelled references from
being renamed which would cause incorrect behavior otherwise.

Reviewed by: hokein

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




More information about the All-commits mailing list