[PATCH] D96033: [clang-repl] Land initial infrastructure for incremental parsing
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 00:27:48 PST 2021
v.g.vassilev updated this revision to Diff 329234.
v.g.vassilev added a comment.
- Do not rely on process exit code for `--host-supports-jit` but parse the true/false flag.
- Move the `IncrementalProcessingTest` unittest from unittests/CodeGen to unittests/Interpreter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96033/new/
https://reviews.llvm.org/D96033
Files:
clang/include/clang/CodeGen/CodeGenAction.h
clang/include/clang/Frontend/FrontendAction.h
clang/include/clang/Interpreter/Interpreter.h
clang/include/clang/Interpreter/Transaction.h
clang/lib/CMakeLists.txt
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/Frontend/FrontendAction.cpp
clang/lib/Interpreter/CMakeLists.txt
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/CMakeLists.txt
clang/test/Interpreter/execute.c
clang/test/Interpreter/sanity.c
clang/test/lit.cfg.py
clang/tools/CMakeLists.txt
clang/tools/clang-repl/CMakeLists.txt
clang/tools/clang-repl/ClangRepl.cpp
clang/unittests/CMakeLists.txt
clang/unittests/CodeGen/CMakeLists.txt
clang/unittests/CodeGen/IncrementalProcessingTest.cpp
clang/unittests/Interpreter/CMakeLists.txt
clang/unittests/Interpreter/IncrementalProcessingTest.cpp
clang/unittests/Interpreter/InterpreterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96033.329234.patch
Type: text/x-patch
Size: 54431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210309/438e5db0/attachment-0001.bin>
More information about the cfe-commits
mailing list