[PATCH] D141215: [clang-repl] Introduce Value to capture expression results

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 16 04:33:05 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM aside from a teeny tiny whitespace nit.



================
Comment at: clang/include/clang/Interpreter/Value.h:27
+// devices where the JIT infrastructure cannot fit. To support that we will need
+// to split the memory storage in a different place and perhaps add a  resource
+// header is similar to intrinsics headers which have stricter performance
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141215



More information about the cfe-commits mailing list