diff options
author | Ilya Biryukov <ibiryukov@google.com> | 2019-09-27 09:24:58 +0000 |
---|---|---|
committer | Ilya Biryukov <ibiryukov@google.com> | 2019-09-27 09:24:58 +0000 |
commit | c5343e721ba7500513ee2887bfba5395285669c1 (patch) | |
tree | 1922827dcaeea2846f0c55c12ea1540dccdb78f1 /lldb/packages/Python/lldbsuite/test/python_api/module_section | |
parent | 0956480459f75a0ac61400cc32a524b28abbb1c1 (diff) | |
download | bcm5719-llvm-c5343e721ba7500513ee2887bfba5395285669c1.tar.gz bcm5719-llvm-c5343e721ba7500513ee2887bfba5395285669c1.zip |
[clang-format] Reference qualifiers in member templates causing extra indentation
The following code
```
struct f {
template <class T>
void bar() && noexcept {}
};
```
will be formatted to the following with LLVM style, and
`AlwaysBreakTemplateDeclarations: Yes`
```
struct f {
template <class T>
void bar() && noexcept {}
};
```
The indentation of the `void bar()` line is wrong.
Patch by Andreas Wass (AndWass)!
Differential Revision: https://reviews.llvm.org/D68072
llvm-svn: 373056
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions