[all-commits] [llvm/llvm-project] e8a2b7: [clangd] Improve name conflict detection

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Thu Feb 4 12:38:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8a2b7c91563169b68d2a878c65deecc85ced466
      https://github.com/llvm/llvm-project/commit/e8a2b7c91563169b68d2a878c65deecc85ced466
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2021-02-04 (Thu, 04 Feb 2021)

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

  Log Message:
  -----------
  [clangd] Improve name conflict detection

Follow-up on D95925: adds better detection for function arguments and also
checks for conflicts in muli-variable init statements in ForStmt.

Reviewed By: hokein

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




More information about the All-commits mailing list