diff options
| author | Gedare Bloom <gedare@rtems.org> | 2025-10-30 13:24:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 20:24:44 +0100 |
| commit | 8067b5cff73ea96189b5bbca1110cfe4dce03552 (patch) | |
| tree | 07c0f14d49b86620597da5d8567c1d6f97ec2866 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
| parent | ba0be89cd2c08dfff483cbcbdb770dce44031b6c (diff) | |
| download | llvm-8067b5cff73ea96189b5bbca1110cfe4dce03552.zip llvm-8067b5cff73ea96189b5bbca1110cfe4dce03552.tar.gz llvm-8067b5cff73ea96189b5bbca1110cfe4dce03552.tar.bz2 | |
[clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (#108332)
Replace the `AlwaysBreak` and `BlockIndent` suboptions of
`AlignAfterOpenBracket` with new style options `BreakAfterOpenBracket*`
and `BreakBeforeCloseBracket*` for `*` in `BracedList` for braced list
initializers, `if` for if conditional statements, `Loop` for loop
control statements (for/while), `Switch` for switch statements, and
`Function` for function calls/declarations/definitions.
Deprecates `AlwaysBreak` and `BlockIndent`.
Fixes #67738
Fixes #79176
Fixes #80123
Fixes #151844
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions
