[PATCH] D121749: [clang-format][docs] Regenerate ClangFormatStyleOptions.rst
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 17 08:57:04 PDT 2022
owenpan added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:361
- * ``bool AlignCompound`` Only for ``AlignConsecutiveAssignments``. Whether compound
- assignments like ``+=`` are aligned along with ``=``.
+ * ``bool AlignCompound`` Only for ``AlignConsecutiveAssignments``. Whether compound assignments
+ like ``+=`` are aligned along with ``=``.
----------------
curdeius wrote:
> curdeius wrote:
> > sstwcw wrote:
> > > MyDeveloperDay wrote:
> > > > Is this wider than 80 chars?
> > > The comment in the source code is within 80 columns. The python script prepended the option name. It's the same case as line 1541.
> > It is indeed. But it was already longer than 80 chars.
> > I'll have a look at the script to see how to fix this.
> At the same time, does it really matter if it's auto-generated?
It should not matter, especially because it’s also a non-source file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121749/new/
https://reviews.llvm.org/D121749
More information about the cfe-commits
mailing list