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
 --------
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to