diff options
author | Eric Liu <ioeric@google.com> | 2019-02-27 11:42:37 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2019-02-27 11:42:37 +0000 |
commit | e98b86cbe88a67c55da3d8347d817e56ed5e455b (patch) | |
tree | f6ada77986c79ec922520aab8d3b049cc4cd0eda /lldb/scripts/Python/modify-python-lldb.py | |
parent | 79fb85805383f19a021af3d8b1b6f5754db2a370 (diff) | |
download | llvm-e98b86cbe88a67c55da3d8347d817e56ed5e455b.zip llvm-e98b86cbe88a67c55da3d8347d817e56ed5e455b.tar.gz llvm-e98b86cbe88a67c55da3d8347d817e56ed5e455b.tar.bz2 |
[clangd] Improve global code completion when scope specifier is unresolved.
Summary:
Suppose `clangd::` is unresolved in the following example. Currently,
we simply use "clangd::" as the query scope. We can do better by combining with
accessible scopes in the context. The query scopes can be `{clangd::, clang::clangd::}`.
```
namespace clang { clangd::^ }
```
Reviewers: ilya-biryukov, sammccall, hokein, kadircet
Reviewed By: kadircet
Subscribers: MaskRay, jkorous, arphaman, kadircet, jdoerfert, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D58448
llvm-svn: 354963
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions