| Issue | 58188 |
|---|---|
| Summary | Comment alignment regression |
| Labels | clang-format |
| Assignees | |
| Reporter | sam-mccall |
```
#if 0
#endif
#if X
int something_fairly_long; // Align here please
#endif // Should be aligned
```This regressed with 2183fe2160fbcb754893e98829f2bff4d0fccfa3
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
