diff options
author | Ilya Biryukov <ibiryukov@google.com> | 2019-06-04 09:26:08 +0000 |
---|---|---|
committer | Ilya Biryukov <ibiryukov@google.com> | 2019-06-04 09:26:08 +0000 |
commit | 30977fc3a97b6172431749402ed4ed0b565d902c (patch) | |
tree | 2ea895c27254f4043d3d8ecc7d04233abf641fc5 /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | c3c686f5f8c4368b374e110f722ab44e388b9602 (diff) | |
download | llvm-30977fc3a97b6172431749402ed4ed0b565d902c.zip llvm-30977fc3a97b6172431749402ed4ed0b565d902c.tar.gz llvm-30977fc3a97b6172431749402ed4ed0b565d902c.tar.bz2 |
[CodeComplete] Include more text into typed chunks of pattern completions
Summary:
To allow filtering on any of the words in the editors.
In particular, the following completions were changed:
- 'using namespace <#name#>'
Typed text before: 'using', after: 'using namespace'.
- 'else if (#<condition#>)'
Before: 'else', after: 'else if'.
- 'using typename <#qualifier#>::<#name#>'
Before: 'using', after: 'using typename'.
Reviewers: sammccall
Reviewed By: sammccall
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D62615
llvm-svn: 362479
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions