rymiel accepted this revision. rymiel added a comment. This revision is now accepted and ready to land.
Thanks, this probably makes more sense than what I did before ================ Comment at: clang/lib/Format/TokenAnnotator.cpp:3320 + // Annotate */&/&& in `operator` function calls as binary operators. + for (const auto *Tok = Line.First; Tok; Tok = Tok->Next) { ---------------- I assume this extra fixup step means that the context of the call's parens won't be set to `IsExpression = true`? That won't cause any problems? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154184/new/ https://reviews.llvm.org/D154184 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits