This is an archive of the discontinued LLVM Phabricator instance.

[Clang][Lex] Generate an annotation token for clang-repl
AbandonedPublic

Authored by junaire on Mar 4 2023, 9:20 PM.

Details

Reviewers
v.g.vassilev
Summary

This patches adds a new annotation token called annot_input_end, which
can be used to capture expression in value printing. It works somewhat
like annot_end_of_module token we already have.

This approach is proposed by Richard Smith, thanks!

Signed-off-by: Jun Zhang <jun@junz.org>

Diff Detail

Event Timeline

junaire created this revision.Mar 4 2023, 9:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 9:20 PM
junaire requested review of this revision.Mar 4 2023, 9:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 9:20 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
junaire abandoned this revision.Mar 4 2023, 10:31 PM

Merged changes into the child revision.