================
@@ -5549,6 +5554,8 @@ bool TokenAnnotator::spaceRequiredBefore(const
AnnotatedLine &Line,
return true;
if (Right.is(TT_CtorInitializerColon))
return Style.SpaceBeforeCtorInitializerColon;
+ if (Right.Previous->is(TT_CtorInitializerColon))
----------------
HazardyKnusperkeks wrote:
That is not what I meant... please use `Left` and move it to the other `Left`
checks.
https://github.com/llvm/llvm-project/pull/190657
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits