curdeius accepted this revision. curdeius added a comment. LGTM.
================ Comment at: clang/lib/Format/TokenAnnotator.cpp:3529 + return true; + // Break between ] and [ but only when its really 2 attributes. + if (Left.is(TT_AttributeSquare) && Right.is(TT_AttributeSquare) && ---------------- Nit. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103307/new/ https://reviews.llvm.org/D103307 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits