[polly] [clang] [clang-format] Add AllowShortType option for AlwaysBreakAfterReturnType. (PR #78011)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 03:26:56 PST 2024
================
@@ -922,8 +922,23 @@ struct FormatStyle {
/// };
/// int f();
/// int f() { return 1; }
+ /// int foooooooooooooooooooooooooooooooooooooooooooooooo::
----------------
rmarker wrote:
Ah, that is nice.
The long names required to get the behaviour naturally didn't seem very pleasant.
https://github.com/llvm/llvm-project/pull/78011
More information about the llvm-commits
mailing list