owenpan accepted this revision. owenpan added a comment. This revision is now accepted and ready to land.
LGTM ================ Comment at: clang/lib/Format/TokenAnnotator.cpp:3121 + return 1; + if (Right.is(tok::period)) + return 500; ---------------- HazardyKnusperkeks wrote: > owenpan wrote: > > Otherwise, it wouldn't be NFC. > It was Left == :: || Right == . It's NFC because we are still checking Right.is... below. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135871/new/ https://reviews.llvm.org/D135871 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits