[PATCH] D103204: [clang-format] New BreakInheritanceList style AfterComma
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 27 04:02:51 PDT 2021
HazardyKnusperkeks added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:1839
+ /// \endcode
+ BILS_AfterComma
};
----------------
Maybe add a comma, so that the next addition will not need to modify this line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103204/new/
https://reviews.llvm.org/D103204
More information about the cfe-commits
mailing list