ilya-biryukov accepted this revision. ilya-biryukov added a comment. This revision is now accepted and ready to land.
LGTM. Thanks for getting to the bottom of this! ================ Comment at: clang/lib/Parse/ParseObjc.cpp:3768 + // Clean up the remaining EOF token, only if it's inserted by us. Otherwise + // this might be code-completion token, so leave it. + if (Tok.is(tok::eof) && Tok.getEofData() == MCDecl) ---------------- Suggestion Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158269/new/ https://reviews.llvm.org/D158269 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits