[clang] [clang-format] Support of TableGen formatting. (PR #76059)

Hirofumi Nakamura via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 23 05:54:10 PST 2023


================
@@ -4656,6 +4687,15 @@ struct FormatStyle {
   /// \version 8
   std::vector<std::string> StatementMacros;
 
+  /// Tablegen
+  bool TableGenAllowBreakBeforeInheritColon;
+  bool TableGenAllowBreakAfterInheritColon;
----------------
hnakamura5 wrote:

Thank you for the information. I removed these options. Instead  BreakInheritanceList works well. There happens some changes, but seems acceptable. 

https://github.com/llvm/llvm-project/pull/76059


More information about the cfe-commits mailing list