[all-commits] [llvm/llvm-project] bf71e4: [clangd] Collect name references in the index.
Haojian Wu via All-commits
all-commits at lists.llvm.org
Thu Oct 24 01:25:42 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf71e4fe0a68085d29e9e883da1f17ae73945643
https://github.com/llvm/llvm-project/commit/bf71e4fe0a68085d29e9e883da1f17ae73945643
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M clang-tools-extra/clangd/index/SymbolCollector.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
Log Message:
-----------
[clangd] Collect name references in the index.
Summary:
This is used for cross-file rename. When renaming a class, we expect to
rename all related constructors/destructors.
Reviewers: kadircet, ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69338
More information about the All-commits
mailing list