| Issue |
52984
|
| Summary |
Alignment of comments of different kinds
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
Julien-Elie
|
Could comments of different kinds (macros/code or not at the same indentation level) not be aligned?
For instance, the following alignments look weird:
```
do {
[...]
#if defined(HAVE_ZLIB)
[...]
#endif /* HAVE_ZLIB */
} while (n == 0); /* Split SASL blob, need to read more data. */
```
```
#ifdef HAVE_STATVFS
# include <sys/statvfs.h> /* specific includes */
# define STATFUNCT fstatvfs /* function call */
# define STATSTRUC statvfs /* structure name */
# define STATAVAIL f_bavail /* blocks available */
# define STATMULTI f_frsize /* fragment size/block size */
#endif /* HAVE_STATVFS */
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs