summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sledru@mozilla.com>2020-03-05 21:44:16 +0100
committerSylvestre Ledru <sledru@mozilla.com>2020-03-05 21:44:18 +0100
commit50eedc134a219ef6d2345e4efc5471a2e3824223 (patch)
tree094d1825c0e2e84382871859c1558b6fcbd3028b
parentc290cb61fdca1bd42f8f1908e4a33a04597480c2 (diff)
downloadbcm5719-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.rst2
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
--------
OpenPOWER on IntegriCloud