alexfh wrote:

Unfortunately, this is not enough. I found at least one more broken case (pun 
intended):
```
export type LooooooooooooooooooooooooooongTypeName = 'AAAAAAAAAAAA'|('BBBBBB');
```
gets transformed into
```
export type LooooooooooooooooooooooooooongTypeName = 'AAAAAAAAAAAA'|('BBBBB' +
                                                                       'B');
```

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

Reply via email to