diff options
author | Sam McCall <sam.mccall@gmail.com> | 2020-03-02 22:45:25 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2020-04-22 19:46:41 +0200 |
commit | 3f1c2bf1712c7496a80a0f89036ab1625ff347a5 (patch) | |
tree | 9cd02346ee95c827b9f44795cfe77f67e1d35fa5 /clang/lib/Parse/ParseDecl.cpp | |
parent | 3616e851f66e41b3c8b9f97d26e711069d56e752 (diff) | |
download | llvm-3f1c2bf1712c7496a80a0f89036ab1625ff347a5.zip llvm-3f1c2bf1712c7496a80a0f89036ab1625ff347a5.tar.gz llvm-3f1c2bf1712c7496a80a0f89036ab1625ff347a5.tar.bz2 |
[clangd] go-to-def on names in comments etc that are used nearby.
Summary:
This is intended as a companion to (and is inspired by) D72874 which attempts to
resolve these cases using the index.
The intent is we'd try this strategy after the AST-based approach but before the
index-based (I think local usages would be more reliable than index matches).
Reviewers: nridge
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D75479
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
0 files changed, 0 insertions, 0 deletions