| Issue |
52982
|
| Summary |
Prevent header guards from being aligned?
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
Julien-Elie
|
When `AcrossEmptyLinesAndComments` is used for `AlignConsecutiveMacros`, alignment is done like this:
```
#ifndef INN_PATHS_H
#define INN_PATHS_H 1
/* comment */
#define INN_PATH_NNRPD "nnrpd"
#define INN_PATH_AUTHDIR_NOPASS "resolv"
```
Couldn't the header guard value not be aligned?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs