diff options
author | Chih-Hung Hsieh <chh@google.com> | 2017-09-27 00:58:45 +0000 |
---|---|---|
committer | Chih-Hung Hsieh <chh@google.com> | 2017-09-27 00:58:45 +0000 |
commit | 30cd3011121f50531d37198c5a5da465e53d502b (patch) | |
tree | 359389ba340176ebecd36ae576b135e8eef9048a /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py | |
parent | ed95fce2287472a7df6171fcdcafe854f3218950 (diff) | |
download | bcm5719-llvm-30cd3011121f50531d37198c5a5da465e53d502b.tar.gz bcm5719-llvm-30cd3011121f50531d37198c5a5da465e53d502b.zip |
[clang-format] Adjust space around &/&& of structured bindings
Keep space before or after the &/&& tokens, but not both. For example,
auto [x,y] = a;
auto &[xr, yr] = a; // LLVM style
auto& [xr, yr] = a; // google style
Differential Revision:https://reviews.llvm.org/D35743
llvm-svn: 314264
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions