Issue |
146019
|
Summary |
[clang-doc] ClangFormatStyleOptions.rst: Description for `AlignConsecutiveStyle` special options appear in places where they are not applicable
|
Labels |
new issue
|
Assignees |
|
Reporter |
Next-Door-Tech
|
There are a small handful of flags under `struct AlignConsecutiveStyle` which are only applicable to one of the seven `AlignConsecutiveXYZ` options; however, their descriptions appear under each instance of AlignConsecutiveStyle (6 extraneous places).
The offending flags are `AlignCompound`, `AlignFunctionDeclarations`, `AlignFunctionPointers`, and `PadOperators`.
As generated:
https://github.com/llvm/llvm-project/blob/569fcac4584ad555b9b57d09e3535260a8634429/clang/docs/ClangFormatStyleOptions.rst#L383-L447
In source header:
https://github.com/llvm/llvm-project/blob/569fcac4584ad555b9b57d09e3535260a8634429/clang/include/clang/Format/Format.h#L217-L277
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs