diff options
author | Gedare Bloom <gedare@rtems.org> | 2025-01-30 20:38:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 19:38:43 -0800 |
commit | b8734797a3f605c4aaa37fcb5007baa273565460 (patch) | |
tree | bf6934b6f54eb6cf2a64aec909ee9eb9a7882bb2 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | b89617d02d1c8a2701c1d3290d2ff45cd858ccde (diff) | |
download | llvm-b8734797a3f605c4aaa37fcb5007baa273565460.zip llvm-b8734797a3f605c4aaa37fcb5007baa273565460.tar.gz llvm-b8734797a3f605c4aaa37fcb5007baa273565460.tar.bz2 |
[clang-format] Fix mismatched break in BlockIndent (#124998)
Near the ColumnLimit a break could be inserted before a right parens
with BlockIndent without a break after the matching left parens. Avoid
these hanging right parens by disallowing breaks before right parens
unless there was a break after the left parens.
Fixes #103306
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions