MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:22410
+               ");",
+               Style);
+}
----------------
Can you assert the cases it won't do (given your description it seem like it 
would do it for all before ) cases)

```
int a = (int
) b;
```

I'm pretty sure it won't but lets me explicit in the tests

```
return (true
);
```

```
void foo(
);
```

etc..



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109557/new/

https://reviews.llvm.org/D109557

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to