[llvm-branch-commits] [clang] 50eedc1 - clang-format release notes: Document the improvement with the AlwaysBreakAfterReturnType option
Sylvestre Ledru via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 5 12:44:39 PST 2020
Author: Sylvestre Ledru
Date: 2020-03-05T21:44:18+01:00
New Revision: 50eedc134a219ef6d2345e4efc5471a2e3824223
URL: https://github.com/llvm/llvm-project/commit/50eedc134a219ef6d2345e4efc5471a2e3824223
DIFF: https://github.com/llvm/llvm-project/commit/50eedc134a219ef6d2345e4efc5471a2e3824223.diff
LOG: clang-format release notes: Document the improvement with the AlwaysBreakAfterReturnType option
See https://reviews.llvm.org/D69573
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 52a249f8fcdb..952e1d3483f0 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
--------
More information about the llvm-branch-commits
mailing list