[PATCH] D156858: Add Documentation for Execution Results Handling in Clang-REPL

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 5 08:25:02 PDT 2023


junaire added a comment.

I want to clarify: We offer two features: 1. capture the execution results and bring it back to the compiled program. 2. dump the captured value (value printing/automatic printf) and all the parsing, ast transform and balabala, these are all implementation details. The doc looks fine but may need a bit of restructuring. I'd suggest you split them into:

1. what do we offer? what are the new features? why are they important? The two I mentioned above
2. how these are implemented? what does the underhood look like? annotation token, code synthesis, etc...
3. further information, RFC and etc...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156858/new/

https://reviews.llvm.org/D156858



More information about the cfe-commits mailing list