[PATCH] D110833: [clang-format] Refactor SpaceBeforeParens to add options

Christian Rayroud via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 2 00:33:43 PDT 2021


crayroud updated this revision to Diff 383988.
crayroud retitled this revision from "[clang-format] Refactor SpaceBeforeParens to add flags" to "[clang-format] Refactor SpaceBeforeParens to add options".
crayroud edited the summary of this revision.
crayroud added a comment.

- SpaceBeforeParensFlags has been renamed to SpaceBeforeParensOptions
- All common space before parentheses are now grouped
- More tests has been added


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

https://reviews.llvm.org/D110833

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110833.383988.patch
Type: text/x-patch
Size: 30191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211102/f7b091b0/attachment-0001.bin>


More information about the cfe-commits mailing list