[clang] [clang-format] Add TemplateNames option to help parse C++ angles (PR #109916)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 23 12:02:11 PDT 2024
================
@@ -5230,6 +5239,7 @@ struct FormatStyle {
TableGenBreakingDAGArgOperators ==
R.TableGenBreakingDAGArgOperators &&
TableGenBreakInsideDAGArg == R.TableGenBreakInsideDAGArg &&
+ TabWidth == R.TabWidth && TemplateNames == R.TemplateNames &&
----------------
HazardyKnusperkeks wrote:
You duplicated TabWidth. (Sorry for the late review. ;))
https://github.com/llvm/llvm-project/pull/109916
More information about the cfe-commits
mailing list