[clang] [clang-format] Support of TableGen formatting. (PR #76059)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 22 12:24:46 PST 2023
================
@@ -4656,6 +4687,15 @@ struct FormatStyle {
/// \version 8
std::vector<std::string> StatementMacros;
+ /// Tablegen
+ bool TableGenAllowBreakBeforeInheritColon;
+ bool TableGenAllowBreakAfterInheritColon;
----------------
HazardyKnusperkeks wrote:
Do you need both options to be enabled at the same time? Otherwise `BreakInheritanceList` should already be the option to check.
https://github.com/llvm/llvm-project/pull/76059
More information about the cfe-commits
mailing list