owenpan added inline comments.
================ Comment at: clang/lib/Format/TokenAnnotator.cpp:3135 + if (!Tok) + break; + } ---------------- When simplifying the function, I forgot that we are in the inner loop here and thus `break` won't exit the outer loop. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157963/new/ https://reviews.llvm.org/D157963 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits