[PATCH] D110833: [clang-format] Refactor SpaceBeforeParens to add flags
Christian Rayroud via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 21 01:11:29 PDT 2021
crayroud updated this revision to Diff 381168.
crayroud added a comment.
This new version adds the possibility to configure space before opening parentheses independently from one another. Instead of creating a new SBPO_ mode for each combinations.
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.381168.patch
Type: text/x-patch
Size: 23487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211021/6de30736/attachment-0001.bin>
More information about the cfe-commits
mailing list