We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b4653 commit 37600a9Copy full SHA for 37600a9
clang/docs/ReleaseNotes.rst
@@ -489,8 +489,9 @@ clang-format
489
``BreakAfterOpenBracketSwitch``, ``BreakBeforeCloseBracketBracedList'',
490
``BreakBeforeCloseBracketFunction``, ``BreakBeforeCloseBracketIf``,
491
``BreakBeforeCloseBracketLoop``, ``BreakBeforeCloseBracketSwitch`` options.
492
-- Remove ``AlwaysBreak`` and ``BlockIndent`` suboptions from the
493
- ``AlignAfterOpenBracket`` option.
+- Deprecate ``AlwaysBreak`` and ``BlockIndent`` suboptions from the
+ ``AlignAfterOpenBracket`` option, and make ``AlignAfterOpenBracket`` a
494
+ ``bool`` type.
495
496
libclang
497
--------
0 commit comments