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 7348776 commit 3b1d030Copy full SHA for 3b1d030
clang/docs/ReleaseNotes.rst
@@ -674,6 +674,8 @@ clang-format
674
- Adds ``AlignFunctionDeclarations`` option to ``AlignConsecutiveDeclarations``.
675
- Adds ``IndentOnly`` suboption to ``ReflowComments`` to fix the indentation of multi-line comments
676
without touching their contents, renames ``false`` to ``Never``, and ``true`` to ``Always``.
677
+- Adds ``MaxSingleLinesInBracedList`` option to control the limit on how many
678
+ single lines to use when avoiding bin packing with braced list initializers.
679
680
libclang
681
--------
0 commit comments