================
@@ -9694,6 +9694,304 @@ TEST_F(FormatTest, ParenthesesAndOperandAlignment) {
                Style);
 }
 
+TEST_F(FormatTest, AlignAfterConditionalStatements) {
----------------
owenca wrote:

```suggestion
TEST_F(FormatTest, AlignAfterControlStatements) {
```
Can you move this to a new file if all these new test cases are necessary and 
can't be shortened?

https://github.com/llvm/llvm-project/pull/108332
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to