[PATCH] D119599: [clang-format] Add option to align compound assignments like `+=`

sstwcw via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 21 04:17:42 PST 2022


sstwcw updated this revision to Diff 410271.
sstwcw retitled this revision from "Add option to align compound assignments like `+=`" to "[clang-format] Add option to align compound assignments like `+=`".
sstwcw added a comment.
Herald added subscribers: llvm-commits, dexonsmith.
Herald added a project: LLVM.

Use struct for the alignment options.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119599/new/

https://reviews.llvm.org/D119599

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/docs/tools/dump_format_style.py
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/WhitespaceManager.cpp
  clang/unittests/Format/FormatTest.cpp
  clang/unittests/Format/FormatTestJS.cpp
  llvm/docs/YamlIO.rst
  llvm/include/llvm/Support/YAMLTraits.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119599.410271.patch
Type: text/x-patch
Size: 83619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220221/2bf432aa/attachment.bin>


More information about the llvm-commits mailing list