File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ the configuration (without a prefix: ``Auto``).
1217
1217
1218
1218
.. _AllowShortCompoundRequirementOnASingleLine :
1219
1219
1220
- **AllowShortCompoundRequirementOnASingleLine ** (``Boolean ``) :versionbadge: `clang-format 16 ` :ref: `¶ <AllowShortCompoundRequirementOnASingleLine >`
1220
+ **AllowShortCompoundRequirementOnASingleLine ** (``Boolean ``) :versionbadge: `clang-format 18 ` :ref: `¶ <AllowShortCompoundRequirementOnASingleLine >`
1221
1221
Allow short compound requirement on a single line.
1222
1222
1223
1223
.. code-block :: c++
Original file line number Diff line number Diff line change @@ -775,6 +775,7 @@ AST Matchers
775
775
clang-format
776
776
------------
777
777
- Add ``AllowBreakBeforeNoexceptSpecifier `` option.
778
+ - Add ``AllowShortCompoundRequirementOnASingleLine `` option.
778
779
779
780
libclang
780
781
--------
Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ struct FormatStyle {
701
701
// / } -> std::same_as<int>;
702
702
// / };
703
703
// / \endcode
704
- // / \version 16
704
+ // / \version 18
705
705
bool AllowShortCompoundRequirementOnASingleLine;
706
706
707
707
// / Allow short enums on a single line.
You can’t perform that action at this time.
0 commit comments