[clang] [clang-format] Add TemplateNames option to help parse C++ angles (PR #109916)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 21:48:42 PDT 2024


================
@@ -5230,6 +5239,7 @@ struct FormatStyle {
            TableGenBreakingDAGArgOperators ==
                R.TableGenBreakingDAGArgOperators &&
            TableGenBreakInsideDAGArg == R.TableGenBreakInsideDAGArg &&
+           TabWidth == R.TabWidth && TemplateNames == R.TemplateNames &&
----------------
owenca wrote:

Fixed in 04f14e4d652a344fedea6de8df532e88a652bcc4.

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


More information about the cfe-commits mailing list