[PATCH] D146809: [clang-repl] Implement pretty printing of custom types.
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 08:22:42 PDT 2023
v.g.vassilev updated this revision to Diff 541048.
v.g.vassilev marked 5 inline comments as done.
v.g.vassilev retitled this revision from "[clang-repl] Implement Value pretty printing" to "[clang-repl] Implement pretty printing of custom types.".
v.g.vassilev added a comment.
Herald added a subscriber: jvesely.
- Address several comments
- Make __clang_interpreter_runtime_printvalue.h C++11 compliant.
- Support std::vector<bool>
- Add more tests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146809/new/
https://reviews.llvm.org/D146809
Files:
clang/include/clang/Interpreter/Interpreter.h
clang/include/clang/Interpreter/PartialTranslationUnit.h
clang/include/clang/Interpreter/Value.h
clang/lib/Headers/CMakeLists.txt
clang/lib/Headers/__clang_interpreter_runtime_printvalue.h
clang/lib/Interpreter/CMakeLists.txt
clang/lib/Interpreter/DeviceOffload.cpp
clang/lib/Interpreter/DeviceOffload.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/lib/Interpreter/InterpreterUtils.cpp
clang/lib/Interpreter/InterpreterUtils.h
clang/lib/Interpreter/Value.cpp
clang/test/Interpreter/pretty-print.cpp
clang/test/Modules/pr60085.cppm
clang/tools/clang-repl/CMakeLists.txt
clang/tools/clang-repl/ClangRepl.cpp
clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
clang/unittests/Interpreter/IncrementalProcessingTest.cpp
clang/unittests/Interpreter/InterpreterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146809.541048.patch
Type: text/x-patch
Size: 53796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230717/750e16ec/attachment-0001.bin>
More information about the cfe-commits
mailing list