nickdesaulniers accepted this revision. nickdesaulniers added inline comments.
================ Comment at: clang/lib/Lex/TokenLexer.cpp:1019 + const Token &T) { + return ID == SM.getFileID(T.getLocation()); + }) && ---------------- Please consider moving this to `#ifdef EXPENSIVE_CHECKS` rather than asserts. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134942/new/ https://reviews.llvm.org/D134942 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits