[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire closed this revision. junaire added a comment. land in https://reviews.llvm.org/rGdea5a9cc929048be261a4c030407e4d7e1e70fec Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 _

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Vassil Vassilev via Phabricator via cfe-commits
v.g.vassilev accepted this revision. v.g.vassilev added a comment. This revision is now accepted and ready to land. LGTM! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 __

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440050. junaire added a comment. Try to fix the failing permerge test. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 Files: clang/include/clang/Interpreter/Interp

[PATCH] D126682: [clang-repl] Implement code undo

2022-06-26 Thread Jun Zhang via Phabricator via cfe-commits
junaire updated this revision to Diff 440043. junaire edited the summary of this revision. junaire added a comment. Rename CleanupPTU => CleanUpPTU Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126682/new/ https://reviews.llvm.org/D126682 Files: