=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>,
=?utf-8?q?Tomáš?= Slanina <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>


owenca wrote:

There's still a remaining issue related to 
https://github.com/llvm/llvm-project/pull/154580#issuecomment-3227597240.

.clang-format:
```
AllowShortBlocksOnASingleLine: Always
AllowShortRecordOnASingleLine: Never
BreakBeforeBraces: Custom
BraceWrapping:
  AfterClass: true
```

Expected:
```
class foo
{ int i; };
```

Actual:
```
class foo
{
  int i;
};
```

Should we merge this patch and fix the issue in another patch? 
@HazardyKnusperkeks @mydeveloperday

https://github.com/llvm/llvm-project/pull/154580
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to