diff options
author | Kirill Bobyrev <kbobyrev@google.com> | 2021-02-18 13:06:01 +0100 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev@google.com> | 2021-02-18 13:06:11 +0100 |
commit | 19db870a0dd1416b2d4a346e2cb17be197193a94 (patch) | |
tree | 202cc792f288b3e9ae8226b66d27519fa8eef79e /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | a89035d750c6f3f07ceab2c22eedb86afd386bc7 (diff) | |
download | llvm-19db870a0dd1416b2d4a346e2cb17be197193a94.zip llvm-19db870a0dd1416b2d4a346e2cb17be197193a94.tar.gz llvm-19db870a0dd1416b2d4a346e2cb17be197193a94.tar.bz2 |
[clangd] Drop template argument lists from completions followed by <
Now, given `template <typename T> foo() {}` when user types `fo^<int>()` the
completion snippet will not contain `<int>()`.
Also, when the next token is opening parenthesis (`(`) and completion snippet
contains template argument list, it is still emitted.
This patch complements D81380.
Related issue: https://github.com/clangd/clangd/issues/387
Reviewed By: kadircet
Differential Revision: https://reviews.llvm.org/D89870
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions