owenpan added inline comments.
================ Comment at: clang/lib/Format/UnwrappedLineParser.h:118-119 TokenType NextLBracesType = TT_Unknown, + bool *HasDoWhile = nullptr, bool *HasLabel = nullptr); bool tryToParseBracedList(); ---------------- HazardyKnusperkeks wrote: > Should we merge that to something like `KeepBraces`? Or do we use `HasLabel` > and `HasDoWhile` differently? We will use them differently. There will be no configuration for labels but some configurations for do-while loops eventually. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126758/new/ https://reviews.llvm.org/D126758 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits