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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits