[PATCH] D146809: [clang-repl] Implement Value pretty printing
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 28 05:07:51 PDT 2023
v.g.vassilev added inline comments.
================
Comment at: clang/include/clang/Interpreter/Interpreter.h:113
llvm::Expected<llvm::orc::ExecutorAddr> CompileDtorCall(CXXRecordDecl *CXXRD);
+ std::string CreateUniqName(std::string Base);
----------------
We should move this routine to its user in maybe ValuePrinter.cpp.
================
Comment at: clang/tools/clang-repl/CMakeLists.txt:40
+ ??6?$basic_ostream at DU?$char_traits at D@std@@@std@@QEAAAEAV01 at PEBX@Z
+ ??6?$basic_ostream at DU?$char_traits at D@std@@@std@@QEAAAEAV01 at P6AAEAV01@AEAV01@@Z at Z
+ ??$?6U?$char_traits at D@std@@@std@@YAAEAV?$basic_ostream at DU?$char_traits at D@std@@@0 at AEAV10@D at Z
----------------
v.g.vassilev wrote:
> We should check if there is a better way to export a subset of symbols through the llvm build system. Maybe @lhames, @sunho or @sgraenitz know how.
I wonder if that's related to https://reviews.llvm.org/D151620 in some way? That is, does D151620 fix our exports and this section becomes redundant?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146809/new/
https://reviews.llvm.org/D146809
More information about the cfe-commits
mailing list