v1.1.0 (llvmorg-19.1.0)
What's Changed
🐉 Clang Format
AlwaysBreakTemplateDeclarations
is deprecated and renamed toBreakTemplateDeclarations
.AlwaysBreakAfterReturnType
is deprecated and renamed toBreakAfterReturnType
.- Handles Java switch expressions.
- Adds
AllowShortCaseExpressionOnASingleLine
option. - Adds
AlignCaseArrows
suboption toAlignConsecutiveShortCaseStatements
. - Adds
LeftWithLastLine
suboption toAlignEscapedNewlines
. - Adds
KeepEmptyLines
option to deprecateKeepEmptyLinesAtEOF
andKeepEmptyLinesAtTheStartOfBlocks
. - Add
ExceptDoubleParentheses
sub-option forSpacesInParensOptions
to override addition of spaces between multiple, non-redundant parentheses similar to the rules used forRemoveParentheses
.
⬆️ Dependency Updates
- build(deps): bump LLVM from llvmorg-18.1.8 to llvmorg-19.1.0 by @lumirlumir in #35
Full Changelog: v1.0.3...v1.1.0