MyDeveloperDay marked an inline comment as done. MyDeveloperDay added inline comments.
================ Comment at: clang/lib/Format/Format.cpp:2190 Matching->is(TT_ArrayInitializerLSquare)) && - !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) { + !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) continue; ---------------- HazardyKnusperkeks wrote: > It seems like there are a ton of unrelated brace removals. Oh rubbish I thought we were RemoveBraceLLVM clean, let me reproduce the patch CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133589/new/ https://reviews.llvm.org/D133589 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits