[PATCH] D126682: [Interpreter][ClangRepl] Implement undo command
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 25 08:55:05 PDT 2022
v.g.vassilev added inline comments.
================
Comment at: clang/include/clang/Interpreter/Interpreter.h:72
+ void Restore(PartialTranslationUnit &PTU);
+
----------------
v.g.vassilev wrote:
> I am not sure if that's the best function. We
Please ignore this comment it was superseded by another one and I forgot to delete it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126682/new/
https://reviews.llvm.org/D126682
More information about the cfe-commits
mailing list