Skip to content

Commit d0fcee6

Browse files
committed
Update release notes
1 parent 5ba07cf commit d0fcee6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,14 @@ clang-format
586586
literals.
587587
- Add ``Leave`` suboption to ``IndentPPDirectives``.
588588
- Add ``AllowBreakBeforeQtProperty`` option.
589+
- Add ``BreakAfterOpenBracketBracedList'', ``BreakAfterOpenBracketFunction'',
590+
``BreakAfterOpenBracketIf``, ``BreakAfterOpenBracketLoop``,
591+
``BreakAfterOpenBracketSwitch``, ``BreakBeforeCloseBracketBracedList'',
592+
``BreakBeforeCloseBracketFunction``, ``BreakBeforeCloseBracketIf``,
593+
``BreakBeforeCloseBracketLoop``, ``BreakBeforeCloseBracketSwitch`` options.
594+
- Deprecate ``AlwaysBreak`` and ``BlockIndent`` suboptions from the
595+
``AlignAfterOpenBracket`` option, and make ``AlignAfterOpenBracket`` a
596+
``bool`` type.
589597

590598
libclang
591599
--------

0 commit comments

Comments
 (0)