[PATCH] D126682: [Interpreter][ClangRepl] Implement undo command

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 20:20:24 PDT 2022


junaire updated this revision to Diff 435779.
junaire added a subscriber: Purva-Chaudhari.
junaire added a comment.

Merge D126684 <https://reviews.llvm.org/D126684> into this patch.

Consider D126684 <https://reviews.llvm.org/D126684> is almost @Purva-Chaudhari 's work, I'll list her as
co-author when I commit this.


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/Interpreter.h
  clang/lib/Interpreter/IncrementalExecutor.cpp
  clang/lib/Interpreter/IncrementalExecutor.h
  clang/lib/Interpreter/IncrementalParser.cpp
  clang/lib/Interpreter/IncrementalParser.h
  clang/lib/Interpreter/Interpreter.cpp
  clang/tools/clang-repl/ClangRepl.cpp
  clang/unittests/Interpreter/InterpreterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126682.435779.patch
Type: text/x-patch
Size: 8223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220610/ccfa0dec/attachment.bin>


More information about the cfe-commits mailing list