[clang] [clang-format] Fix formatting of `requires` expressions in braced initializers (PR #163005)

via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 11 14:25:50 PDT 2025


================
@@ -26973,6 +26973,12 @@ TEST_F(FormatTest, RequiresExpressionIndentation) {
                Style);
 }
 
+TEST_F(FormatTest, RequiresExpressionInBracedInitializer) {
----------------
owenca wrote:

Please drop the test as we don't want to unnecessarily increase the already humongous file size.

https://github.com/llvm/llvm-project/pull/163005


More information about the cfe-commits mailing list