[PATCH] D108752: [clang-format] Group options that pack constructor initializers
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 26 11:46:57 PDT 2021
HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:18472
+ FormatStyle::PCIS_Never);
+
Style.EmptyLineBeforeAccessModifier = FormatStyle::ELBAMS_LogicalBlock;
----------------
Should there be a test for the mapping?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108752/new/
https://reviews.llvm.org/D108752
More information about the cfe-commits
mailing list