================
@@ -5541,6 +5541,8 @@ bool TokenAnnotator::spaceRequiredBefore(const
AnnotatedLine &Line,
// In an unexpanded macro call we only find the parentheses and commas
// in a line; the commas and closing parenthesis do not require a space.
(Left.Children.empty() || !Left.MacroParent)) {
+ if (Left.is(TT_CtorInitializerComma))
----------------
HazardyKnusperkeks wrote:
I don't think you should be in this if.
https://github.com/llvm/llvm-project/pull/190657
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits