[clang] [clang-repl] Simplify the value printing logic to enable out-of-process. (PR #107737)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 20 07:20:37 PDT 2024
================
@@ -53,6 +53,7 @@ class MultiplexConsumer : public SemaConsumer {
public:
// Takes ownership of the pointers in C.
MultiplexConsumer(std::vector<std::unique_ptr<ASTConsumer>> C);
+ MultiplexConsumer(std::unique_ptr<ASTConsumer> C);
----------------
vgvassilev wrote:
Surprisingly we can’t do this unfortunately https://godbolt.org/z/1e5oKjdhh
https://github.com/llvm/llvm-project/pull/107737
More information about the cfe-commits
mailing list