summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/cindex/test_code_completion.py
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-05-06 13:18:00 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-05-06 13:18:00 +0000
commit7463f83dc3dddc833b1517a8c86cf006a12e1ae6 (patch)
treea75338c43cc97a47eaf80ef6078291cd06a1f0ce /bindings/python/tests/cindex/test_code_completion.py
parent06edb03dd121a51d2ea4702e224140252a720c86 (diff)
[CodeComplete] Add a trailing semicolons to some pattern completions
Summary: Where semicolon is required in any case. Here's a list of completions that now have a semicolon: - namespace <name> = <target>; - using namespace <name>; - using <qualifier>::<name>; - continue; - break; - goto <label>; - return; - return <expression>; Reviewers: gribozavr Reviewed By: gribozavr Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61589 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/python/tests/cindex/test_code_completion.py')
0 files changed, 0 insertions, 0 deletions