[clang] [polly] [clang-format] Add AllowShortType and ExceptShortType options for AlwaysBreakAfterReturnType. (PR #78011)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 31 23:30:53 PST 2024
================
@@ -922,8 +922,39 @@ struct FormatStyle {
/// };
/// int f();
/// int f() { return 1; }
+ /// int LongName::
+ /// AnotherLongName();
/// \endcode
----------------
rmarker wrote:
Done
https://github.com/llvm/llvm-project/pull/78011
More information about the cfe-commits
mailing list