[all-commits] [llvm/llvm-project] 7ea4c6: [clangd] Implement a function to lex the file to f...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Nov 6 00:56:10 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ea4c6fa5121b2417875dc1b547162e18be7dbe2
https://github.com/llvm/llvm-project/commit/7ea4c6fa5121b2417875dc1b547162e18be7dbe2
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M clang-tools-extra/clangd/SourceCode.cpp
M clang-tools-extra/clangd/SourceCode.h
M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
Log Message:
-----------
[clangd] Implement a function to lex the file to find candidate occurrences.
Summary:
This will be used for incoming cross-file rename (to detect index
staleness issue).
Reviewers: ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69615
More information about the All-commits
mailing list