diff options
author | rmarker <37921131+rmarker@users.noreply.github.com> | 2024-02-20 09:02:06 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 14:32:06 -0800 |
commit | 22fc2cb15d9e9bfb84145c6891fb748e8e52757e (patch) | |
tree | 5f32f2ed59f570cc9dccac59bfba7fa6394dac26 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 44b17679e354d2f23b8843589629573b3900119f (diff) | |
download | llvm-22fc2cb15d9e9bfb84145c6891fb748e8e52757e.zip llvm-22fc2cb15d9e9bfb84145c6891fb748e8e52757e.tar.gz llvm-22fc2cb15d9e9bfb84145c6891fb748e8e52757e.tar.bz2 |
[clang-format] Fix AllowShortLambdasOnASingleLine interfering with lambda brace wrapping. (#81848)
Fix an issue where the lambda body left brace could sometimes fail to be
wrapped when AllowShortLambdasOnASingleLine is enabled.
Now, when BraceWrapping.BeforeLambdaBody is enabled, if the brace is not
wrapped, we prevent breaks in the lambda body.
Resolves #81845
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions