[polly] [clang] [clang-format] Add Automatic and ExceptShortType options for AlwaysBreakAfterReturnType. (PR #78011)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 1 01:22:00 PST 2024
================
@@ -9938,12 +9984,16 @@ TEST_F(FormatTest, ReturnTypeBreakingStyle) {
" return 1;\n"
" }\n"
" int g();\n"
+ " long\n"
+ " foooooooooooooooooooooooooooo::baaaaaaaaaaaaaaaaaaaar();\n"
----------------
owenca wrote:
Delete it because it's not a definition?
https://github.com/llvm/llvm-project/pull/78011
More information about the cfe-commits
mailing list