Skip to content

Commit 50eedc1

Browse files
committed
clang-format release notes: Document the improvement with the AlwaysBreakAfterReturnType option
See https://reviews.llvm.org/D69573
1 parent c290cb6 commit 50eedc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ clang-format
462462
const x = foo ?? default;
463463
const z = foo?.bar?.baz;
464464

465+
- Option ``AlwaysBreakAfterReturnType`` now manages all operator functions.
466+
465467
libclang
466468
--------
467469

0 commit comments

Comments
 (0)