| Issue | 177268 |
|---|---|
| Summary | [clang-format] Issue with DAGs in TableGen. |
| Labels | clang-format |
| Assignees | |
| Reporter | fpetrogalli |
The DAG `(foo(bar ..` should be modified into `(foo (bar ...` by clang-format.This [PR (draft)](https://github.com/llvm/llvm-project/pull/177266) showcases the issue.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
