aaron.ballman added a comment. Can you help me understand the expected use for these change?
================ Comment at: clang/lib/Lex/Lexer.cpp:1278 - const char *TokenBegin = File.data() + LocInfo.second; + const char *const TokenBegin = File.data() + LocInfo.second; ---------------- Drive-by change? (We don't typically use top-level `const` except for occasional structure members.) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133725/new/ https://reviews.llvm.org/D133725 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits