| Issue | 107568 |
|---|---|
| Summary | Regression when formatting around operator `-` |
| Labels | clang-format, regression |
| Assignees | |
| Reporter | kadircet |
Actual formatting:
```
$ ../llvm/build/bin/clang-format a.cc
(double)(foo(30))-15
```Expected formatting: ``` (double)(foo(30)) - 15 ```
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
