Skip to content

Commit 434b10e

Browse files
committed
Update release notes
1 parent 4a9594c commit 434b10e

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
@@ -536,6 +536,14 @@ clang-format
536536
literals.
537537
- Add ``Leave`` suboption to ``IndentPPDirectives``.
538538
- Add ``AllowBreakBeforeQtProperty`` option.
539+
- Add ``BreakAfterOpenBracketBracedList'', ``BreakAfterOpenBracketFunction'',
540+
``BreakAfterOpenBracketIf``, ``BreakAfterOpenBracketLoop``,
541+
``BreakAfterOpenBracketSwitch``, ``BreakBeforeCloseBracketBracedList'',
542+
``BreakBeforeCloseBracketFunction``, ``BreakBeforeCloseBracketIf``,
543+
``BreakBeforeCloseBracketLoop``, ``BreakBeforeCloseBracketSwitch`` options.
544+
- Deprecate ``AlwaysBreak`` and ``BlockIndent`` suboptions from the
545+
``AlignAfterOpenBracket`` option, and make ``AlignAfterOpenBracket`` a
546+
``bool`` type.
539547

540548
libclang
541549
--------

0 commit comments

Comments
 (0)