[all-commits] [llvm/llvm-project] aa324c: [clangd][NFC] Don't query the index if the rename ...

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu Feb 27 06:08:03 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aa324c5441f229bd1ff07407affeab95740328fe
      https://github.com/llvm/llvm-project/commit/aa324c5441f229bd1ff07407affeab95740328fe
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-02-27 (Thu, 27 Feb 2020)

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

  Log Message:
  -----------
  [clangd][NFC] Don't query the index if the rename symbol is function
local.

This would save an unnecessary index query when renaming a function
local symbol in cross-file rename mode.




More information about the All-commits mailing list