owenpan added inline comments.
================ Comment at: clang/lib/Format/UnwrappedLineParser.cpp:3534 + nextToken(); + assert(FormatTok->is(tok::l_paren)); parseParens(); ---------------- Redundant as it's asserted at the start of `parseParens()` below? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134325/new/ https://reviews.llvm.org/D134325 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits