summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/module_section
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-09-27 09:24:58 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-09-27 09:24:58 +0000
commitc5343e721ba7500513ee2887bfba5395285669c1 (patch)
tree1922827dcaeea2846f0c55c12ea1540dccdb78f1 /lldb/packages/Python/lldbsuite/test/python_api/module_section
parent0956480459f75a0ac61400cc32a524b28abbb1c1 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud