[PATCH] D145316: [Clang][Lex] Generate an annotation token for clang-repl

2023-03-04 Thread Jun Zhang via Phabricator via cfe-commits
junaire abandoned this revision. junaire added a comment. Merged changes into the child revision. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145316/new/ https://reviews.llvm.org/D145316 ___ cfe-commit

[PATCH] D145316: [Clang][Lex] Generate an annotation token for clang-repl

2023-03-04 Thread Jun Zhang via Phabricator via cfe-commits
junaire created this revision. Herald added a project: All. junaire requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This patches adds a new annotation token called annot_input_end, which can be used to capture expression in value printing.