Skip to content

v1.1.0 (llvmorg-19.1.0)

Compare
Choose a tag to compare
@lumirlumir lumirlumir released this 18 Sep 09:20
· 362 commits to main since this release
b36f329

What's Changed

🐉 Clang Format

See Clang-Format 19.1.0 Official Release Note

  • AlwaysBreakTemplateDeclarations is deprecated and renamed to BreakTemplateDeclarations.
  • AlwaysBreakAfterReturnType is deprecated and renamed to BreakAfterReturnType.
  • Handles Java switch expressions.
  • Adds AllowShortCaseExpressionOnASingleLine option.
  • Adds AlignCaseArrows suboption to AlignConsecutiveShortCaseStatements.
  • Adds LeftWithLastLine suboption to AlignEscapedNewlines.
  • Adds KeepEmptyLines option to deprecate KeepEmptyLinesAtEOF and KeepEmptyLinesAtTheStartOfBlocks.
  • Add ExceptDoubleParentheses sub-option for SpacesInParensOptions to override addition of spaces between multiple, non-redundant parentheses similar to the rules used for RemoveParentheses.

⬆️ 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