[clang] [Clang] Instantiate functions from constant evaluation. (PR #205557)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 06:53:52 PDT 2026
================
@@ -191,6 +194,8 @@ class Context final {
/// Current compilation context.
ASTContext &Ctx;
+ /// Current proxy to language semantics.
+ SemaProxy *Sema;
----------------
tbaederr wrote:
Why is this saved in `Context` if it's in `State` later? We only ever have one `Context` so this doesn't make sense to me.
https://github.com/llvm/llvm-project/pull/205557
More information about the cfe-commits
mailing list