[clang] Clang repl implicit executor create (PR #84758)

2024-03-11 Thread via cfe-commits
Stefan =?utf-8?q?Gränitz?= Message-ID: In-Reply-To: llvmbot wrote: @llvm/pr-subscribers-clang Author: Stefan Gränitz (weliveindetail) Changes Until now the IncrExecutor is created lazily on the first execution request. In order to process the PTUs that come from initialization, we have

[clang] Clang repl implicit executor create (PR #84758)

2024-03-11 Thread Stefan Gränitz via cfe-commits
https://github.com/weliveindetail created https://github.com/llvm/llvm-project/pull/84758 Until now the IncrExecutor is created lazily on the first execution request. In order to process the PTUs that come from initialization, we have to do it upfront implicitly. From 2f7b523472543a92a9770188