diff options
author | Haojian Wu <hokein.wu@gmail.com> | 2022-04-06 13:03:21 +0200 |
---|---|---|
committer | Haojian Wu <hokein.wu@gmail.com> | 2022-04-20 15:42:24 +0200 |
commit | 95f0f69441fb8b33528d25ba2b40e3fa703c6ea5 (patch) | |
tree | bb6b4c15882b8f88a51610786ed1948b859d3072 /clang/lib/Sema/SemaChecking.cpp | |
parent | 37b1515b0a0b262db43eebdfe15c7356a059aad0 (diff) | |
download | llvm-95f0f69441fb8b33528d25ba2b40e3fa703c6ea5.zip llvm-95f0f69441fb8b33528d25ba2b40e3fa703c6ea5.tar.gz llvm-95f0f69441fb8b33528d25ba2b40e3fa703c6ea5.tar.bz2 |
[clangd] Handle the new Using TemplateName.
Add supports in FindTarget and IncludeCleaner. This would
improve AST-based features on a tempalte which is found via a using
declaration. For example, go-to-def on `vect^or<int> v;` gives us the
location of `using std::vector`, which was not previously.
Base on https://reviews.llvm.org/D123127
Differential Revision: https://reviews.llvm.org/D123212
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions