Skip to content

Commit 47a3749

Browse files
committed
Update release notes
1 parent b49aef4 commit 47a3749

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
@@ -613,6 +613,14 @@ clang-format
613613
literals.
614614
- Add ``Leave`` suboption to ``IndentPPDirectives``.
615615
- Add ``AllowBreakBeforeQtProperty`` option.
616+
- Add ``BreakAfterOpenBracketBracedList'', ``BreakAfterOpenBracketFunction'',
617+
``BreakAfterOpenBracketIf``, ``BreakAfterOpenBracketLoop``,
618+
``BreakAfterOpenBracketSwitch``, ``BreakBeforeCloseBracketBracedList'',
619+
``BreakBeforeCloseBracketFunction``, ``BreakBeforeCloseBracketIf``,
620+
``BreakBeforeCloseBracketLoop``, ``BreakBeforeCloseBracketSwitch`` options.
621+
- Deprecate ``AlwaysBreak`` and ``BlockIndent`` suboptions from the
622+
``AlignAfterOpenBracket`` option, and make ``AlignAfterOpenBracket`` a
623+
``bool`` type.
616624

617625
libclang
618626
--------

0 commit comments

Comments
 (0)