diff options
| author | Sylvestre Ledru <sledru@mozilla.com> | 2020-03-05 21:44:16 +0100 |
|---|---|---|
| committer | Sylvestre Ledru <sledru@mozilla.com> | 2020-03-05 21:44:18 +0100 |
| commit | 50eedc134a219ef6d2345e4efc5471a2e3824223 (patch) | |
| tree | 094d1825c0e2e84382871859c1558b6fcbd3028b | |
| parent | c290cb61fdca1bd42f8f1908e4a33a04597480c2 (diff) | |
| download | bcm5719-llvm-50eedc134a219ef6d2345e4efc5471a2e3824223.tar.gz bcm5719-llvm-50eedc134a219ef6d2345e4efc5471a2e3824223.zip | |
clang-format release notes: Document the improvement with the AlwaysBreakAfterReturnType option
See https://reviews.llvm.org/D69573
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 52a249f8fcd..952e1d3483f 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -462,6 +462,8 @@ clang-format const x = foo ?? default; const z = foo?.bar?.baz; +- Option ``AlwaysBreakAfterReturnType`` now manages all operator functions. + libclang -------- |

