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

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 26 00:39:14 PDT 2022


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:
  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/test/Interpreter/code-undo.cpp
  clang/test/Interpreter/execute.cpp
  clang/test/Interpreter/plugins.cpp
  clang/test/Interpreter/sanity.c
  clang/tools/clang-repl/ClangRepl.cpp
  clang/unittests/Interpreter/InterpreterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126682.440043.patch
Type: text/x-patch
Size: 12169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220626/23228e59/attachment-0001.bin>


More information about the cfe-commits mailing list