[PATCH] D141215: [clang-repl] Introduce Value to capture expression results
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 15 09:49:52 PDT 2023
v.g.vassilev added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenModule.cpp:7226
+ // assert(DeferredDeclsToEmit.empty() &&
+ // "Should have emitted all decls deferred to emit.");
assert(NewBuilder->DeferredDecls.empty() &&
----------------
aaron.ballman wrote:
> v.g.vassilev wrote:
> > That should probably be a separate review with a testcase.
> +1 -- the codegen code owners should weigh in on whether this is reasonable as a temporary measure or not.
https://reviews.llvm.org/D148435
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