Issue | 138485 |
---|---|
Summary | misformatting in complex logical expressions |
Labels | new issue |
Assignees | |
Reporter | kadircet |
actual formatting: ```cpp bool foo = a<b&&(c* d)> e; ```
expected formatting: ```cpp bool foo = a < b && (c * d) > e; ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs